-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
156 lines (153 loc) · 3.85 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
url: https://adamkocsis.github.io/icosa
template:
opengraph:
image:
src: man/figures/logo.png
alt: The icosa sticker.
twitter:
creator: "@atkocsis"
card: summary_large_image
bootstrap: 5
bootswatch: cosmo
bslib:
primary: "#578734"
# primary: "#f1af09"
navbar:
structure:
left: [tutorials, reference, internals, howtos]
right: [search, github]
components:
tutorials:
text: Tutorials
menu:
- text: "1. Installation"
href: articles/icosa_1_installation.html
- text: "2. Essentials"
href: articles/icosa_2_essentials.html
# - text: "3. Grid construction"
# href: articles/icosa_3_grids.html
# - text: "4. Grid details"
# href: articles/icosa_4_grid_details.html
# - text: "5. Interfacing with data"
# href: articles/icosa_5_interfacing.html
# - text: "6. Grid-bound data"
# href: articles/icosa_6_grid_bound_data.html
# - text: "7. Grids as graphs"
# href: articles/icosa_7_grid_graph.html
# - text: "8. 3D ploting"
# href: articles/icosa_8_3d_plotting.html
internals:
text: Internals
menu:
- href: news/index.html
text: Changelog
- href: articles/archive.html
text: Package archive
howtos:
text: How-to guides on EvolvED
href: "https://www.evolv-ed.net/"
reference:
- title: internal
contents:
- icosa
- title: Grid creation
desc: >
Items relevant for creating grids.
contents:
- trigrid
- hexagrid
- triguide
- hexguide
- title: Grid properties
desc: >
Functions useful to access properties, attributes and subparts of the grid.
contents:
- vertices
- orientation
- edges
- faces
- length,trigrid-method
- centers
- edgelength
- surfacearea
- trishape
- pos
- title: Grids as graphs
desc: >
Functions relevant to treating the icosahedral grids as graph (network objects).
These methods rely and interface with the 'igraph' package.
contents:
- gridgraph
- vicinity
- title: Grid operations
desc: >
Functions useful for modifying grid structure.
contents:
- SpLines
- SpPolygons
- newsf
- newsp
- newgraph
- rotate
- translate
- subset
- title: 2D plotting
desc: >
Functions useful for 2d plotting and interaction with 2d plots.
These functions rely either on the sf or sp packages.
contents:
- plot
- lines,trigrid-method
- gridlabs
- cellocator
- heatMapLegend
- title: 3D plotting
desc: >
Functions useful for 3d plotting.
These items rely on the 'rgl' package.
contents:
- plot3d
- lines3d
- faces3d
- gridlabs3d
- guides3d
- title: Interfacing
desc: >
Items needed for external data to interact with the grids.
contents:
- locate
- occupied
- resample
- gridensity
- title: Gridlayer/facelayer
desc: >
In development native grid-based data containers.
contents:
- facelayer
- names,gridlayer-method
- values
- resample
- '[,gridlayer,ANY,missing-method'
- title: Utilities
desc: >
Functions for general use in spherical geometry, such as distance measurement, coordinate conversion.
In general, these apply to point data.
contents:
- rpsphere
- CarToPol
- PolToCar
- arcdist
- arcdistmat
- arcpoints
- arcs
- surfacecentroid
- chullsphere
authors:
Adam T. Kocsis:
href: "https://palaeobiology.nat.fau.de/people/instructors/kocsis/"
Deutsche Forschungsgemeinschaft:
href: https://www.dfg.de/en/index.jsp
html: <img src='https://github.com/adamkocsis/icosa/blob/devel/pkgdown/assets/dfg.png?raw=true' alt='dfg' width='80' />
FAU GeoZentrum Nordbayern:
href: https://www.gzn.nat.fau.eu/
html: <img src='https://github.com/adamkocsis/icosa/blob/devel/pkgdown/assets/GeoZentrum.svg?raw=true' alt='geozentrum' width='80' />