-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
61 lines (52 loc) · 1.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
url: https://frbcesab.github.io/funbiogeo
template:
bootstrap: 5
bslib:
primary: "#2b4370"
reference:
- title: Included Datasets
contents:
- species_traits
- site_species
- site_locations
- species_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