forked from biomodhub/biomod2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
130 lines (125 loc) · 3.33 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
authors:
Wilfried Thuiller:
href: http://www.will.chez-alice.fr/
Maya Gueguen:
href: https://mayagueguen.github.io
navbar:
structure:
left:
- home
- videos
- presentation
- examples
- reference
right:
- news
- github
components:
home:
icon: fa-home fa-lg
href: index.html
videos:
text: Videos
icon: fas fa-video
href: articles/vignette_videos.html
presentation:
text: Presentation
icon: fas fa-graduation-cap
href: articles/vignette_presentation.html
examples:
text: Examples
icon: fas fa-stethoscope
menu:
- text: Main functions
href: articles/examples_1_mainFunctions.html
- text: Secundary functions
href: articles/examples_2_secundaryFunctions.html
- text: "---------"
- text: Data preparation
href: articles/vignette_dataPreparation.html
- text: Pseudo-absences
href: articles/vignette_pseudoAbsences.html
- text: Cross-validation
href: articles/vignette_crossValidation.html
- text: Modeling options
href: articles/vignette_modelingOptions.html
- text: Variability in results
href: articles/vignette_variability.html
- text: Abundance modelling
href: articles/vignette_Abundance.html
reference:
text: Reference
icon: fa-book fa-lg
href: reference/index.html
news:
text: News
icon: fas fa-newspaper
href: articles/news.html
github:
icon: fa-github fa-lg
href: https://github.com/biomodhub/biomod2.git
reference:
- title: Modeling species distributions
- subtitle: Main functions
contents:
- "BIOMOD_FormatingData"
- "BIOMOD_Modeling"
- "BIOMOD_Projection"
- "BIOMOD_EnsembleModeling"
- "BIOMOD_EnsembleForecasting"
- "BIOMOD_RangeSize"
- "BIOMOD_LoadModels"
- subtitle: Secundary functions
contents:
- "bm_MakeFormula"
- "bm_SampleBinaryVector"
- "bm_SampleFactorLevels"
- "bm_PseudoAbsences"
- "bm_CrossValidation"
- "bm_ModelingOptions"
- "bm_Tuning"
- "bm_RunModelsLoop"
- "bm_SRE"
- "bm_FindOptimStat"
- "bm_BinaryTransformation"
- "bm_VariablesImportance"
- "bm_PlotEvalMean"
- "bm_PlotEvalBoxplot"
- "bm_PlotVarImpBoxplot"
- "bm_PlotResponseCurves"
- "bm_PlotRangeSize"
- title: Toolbox
- subtitle: Objects
contents:
- "BIOMOD.formated.data"
- "BIOMOD.formated.data.PA"
- "plot,BIOMOD.formated.data,missing-method"
- "summary,BIOMOD.formated.data-method"
- "BIOMOD.options.default"
- "BIOMOD.options.dataset"
- "BIOMOD.models.options"
- "BIOMOD.stored.data"
- "biomod2_model"
- "biomod2_ensemble_model"
- "BIOMOD.models.out"
- "BIOMOD.projection.out"
- "BIOMOD.ensemble.models.out"
- subtitle: Getters
contents:
- "load_stored_object"
- "getters.bm"
- "getters.out"
- "predict.bm"
- "predict.em"
- title: Data
- subtitle: Models options
contents:
- "ModelsTable"
- "OptionsBigboss"
- subtitle: Species data
contents:
- "DataSpecies"
- subtitle: Environmental data
contents:
- "bioclim_current"
- "bioclim_future"