-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
80 lines (70 loc) · 1.86 KB
/
Copy path_pkgdown.yml
File metadata and controls
80 lines (70 loc) · 1.86 KB
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
url: https://frbcesab.github.io/funbiogeo
template:
bootstrap: 5
bslib:
primary: "#2b4370"
reference:
- title: Included Datasets
contents:
- woodiv_traits
- woodiv_site_species
- woodiv_locations
- woodiv_categories
- title: Formatting Functions
desc: >
Transform your raw dataset to the expected format by `funbiogeo`
contents:
- starts_with("fb_format")
- title: Coverage functions
desc: >
Count species, traits, sites by trait/species coverage (proportion of
species with known traits/present).
Also filter datasets based on their coverages.
- subtitle: Count functions
contents:
- starts_with("fb_count")
- subtitle: Trait coverage functions
contents:
- starts_with("fb_get_trait")
- starts_with("fb_get_all")
- subtitle: Filtering functions
contents:
- starts_with("fb_filter")
- title: Functional Diversity Functions
contents:
- fb_cwm
- title: Upscaling functions
desc: >
Aggregate your site data over a coarser spatial grid
contents:
- fb_get_environment
- fb_aggregate_site_data
- title: Visualization & Summary functions
- subtitle: Maps
contents:
- starts_with("fb_map")
- subtitle: Regular plots and summary
contents:
- starts_with("fb_plot")
- fb_table_trait_summary
- title: Pre-analysis R Markdown report
contents:
- fb_make_report
navbar:
structure:
left: [reference, articles, tutorials, news]
right: [search, github]
components:
articles:
text: Articles
menu:
- text: Introduction to funbiogeo
href: articles/introduction.html
- text: Diagnostic plots
href: articles/diagnostic-plots.html
- text: Formatting your data
href: articles/long-format.html
- text: Upscaling your data
href: articles/upscaling.html
- text: Special cases
href: articles/special-cases.html