-
Notifications
You must be signed in to change notification settings - Fork 19
/
_pkgdown.yaml
executable file
·243 lines (216 loc) · 4.02 KB
/
_pkgdown.yaml
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
destination: docs
url: http://momx.github.io/Momocs
template:
params:
bootswatch: cosmo
home:
strip_header: true
navbar:
type: default
right:
- icon: fa-github fa-lg
href: https://github.com/MomX/Momocs
authors:
Vincent Bonhomme:
href: http://www.vincentbonhomme.fr
reference:
- title: Morphometrics methods
contents:
- efourier
- rfourier
- tfourier
- sfourier
- dfourier
- opoly
- npoly
- fgProcrustes
- fgsProcrustes
- bezier
- title: More morphometrics methods
desc: Inverse functions and some others internally used by the main ones
contents:
- efourier_i
- rfourier_i
- tfourier_i
- sfourier_i
- dfourier_i
- opoly_i
- npoly_i
- bezier_i
- fProcrustes
- pProcrustes
- title: Calibration and other helpers for (open or not) outlines
desc: When defined
contents:
- calibrate_deviations
- calibrate_harmonicpower
- calibrate_reconstructions
- calibrate_r2
- harm_pow
- hcontrib
- coeff_rearrange
- coeff_sel
- coeff_split
- rm_asym
- symmetry
- calibrate_r2
- Ptolemy
- morphospace_positions
- title: Classes
desc: Their description and rationale
contents:
- Coo
- Out
- Opn
- Ldk
- Coe
- OutCoe
- OpnCoe
- LdkCoe
- TraCoe
- is
- title: Classes manipulation
desc: Largely inspired from dplyr's verbs
contents:
- arrange
- at_least
- chop
- combine
- dissolve
- filter
- mutate
- rescale
- select
- rm_harm
- rm_uncomplete
- rm_missing
- rw_fac
- sample_frac
- sample_n
- slice
- verify
- title: Import/Export
desc: Will be all moved to [Momit](http://www.github.com/MomX/Momit) soon
contents:
- export
- as_df
- import_Conte
- import_jpg
- import_jpg1
- import_StereoMorph_curve1
- import_tps
- import_txt
- tie_jpg_txt
- img_plot
- img_plot0
- lf_structure
- pix2chc
- title: Multivariate methods
desc: Will be in [Momecs](http://www.github.com/MomX/Momecs) at some point, and with KMEDOIDS, SVM, NNET and QDA
contents:
- PCA
- LDA
- MSHAPES
- MANOVA
- MANOVA_PW
- KMEANS
- KMEDOIDS
- MDS
- NMDS
- CLUST
- title: More on multivariate
desc: Will be in [Momecs](http://www.github.com/MomX/Momecs) at some point
contents:
- PCcontrib
- flip_PCaxes
- scree
- rePCA
- reLDA
- classification_metrics
- which_out
- title: Graphics
desc: Because who does not love graphics?
contents:
- panel
- mosaic
- pile
- stack.Coo
- inspect
- starts_with("plot_")
- starts_with("tps_")
- title: grindr Graphics
desc: (base) graphics is not dead!
contents:
- papers
- drawers
- layers
- title: Bridges
desc: Convert between different classes
contents:
- bridges
- title: Landmark helpers
contents:
- add_ldk
- starts_with("ldk_")
- starts_with("def_")
- starts_with("links")
- d
- measure
- coo_truss
- slidings_scheme
- rearrange_ldk
- title: Getters/Setters for components of interest
contents:
- starts_with("get")
- title: Data
desc: To play around with various data types
contents:
- apodemus
- bot
- chaff
- charring
- flower
- hearts
- molars
- mosquito
- mouse
- nsfishes
- oak
- olea
- shapes
- trilo
- wings
- title: Farming shapes
desc: Most of them will move to [Momfarm](http://www.github.com/MomX/Momfarm) soon
contents:
- ends_with("shape")
- breed
- perm
- title: Color palettes
desc: Qualitative, diverging and sequential, all those colorblind friendly from RColorBrewer, viridis and more.
contents:
- starts_with("pal_")
- title: Momocs helpers
desc: To access online website and help and different versions
contents:
- Momocs_website
- Momocs_help
- Momocs_currentCRANversion
- Momocs_currentGitHubversion
- Momocs_installlastversion
- Momocs_installedversion
- title: Misc
contents:
- andnow
- Momocs_version
- Momocs_help
- complex
- ed
- edm
- edm_nearest
- edi
- is_equallyspacedradii
- title: coo_ toolbox
desc: circa 100 helpers for 2D shapes and Coo objects
contents:
- starts_with("coo_")