-
Notifications
You must be signed in to change notification settings - Fork 13
/
_pkgdown.yml
75 lines (71 loc) · 1.7 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
title: ecocomDP
template:
bootswatch: spacelab
reference:
- title: Create
desc: Create tables, validate, and write metadata
contents:
- create_observation
- create_location
- create_taxon
- create_dataset_summary
- create_observation_ancillary
- create_location_ancillary
- create_taxon_ancillary
- create_variable_mapping
- write_tables
- validate_data
- create_eml
- title: Use
desc: Search, read, manipulate, plot, and save data
contents:
- search_data
- read_data
- flatten_data
- plot_sample_space_time
- plot_sites
- plot_taxa_abund
- plot_taxa_accum_sites
- plot_taxa_accum_time
- plot_taxa_diversity
- plot_taxa_occur_freq
- plot_taxa_rank
- plot_taxa_shared_sites
- save_data
- title: Convert
desc: Convert to other model formats
contents:
- convert_to_dwca
- title: Helpers
desc: Misc. functions
contents:
- calc_geo_extent_bounding_box_m2
- calc_length_of_survey_years
- calc_number_of_years_sampled
- calc_std_dev_interval_betw_years
- annotation_dictionary
- title: Example data
desc: Example data
contents:
- ants_L0_flat
- ants_L1
navbar:
title: ~
type: default
left:
- text: Functions
href: reference/index.html
- text: Articles
menu:
- text: Create
href: articles/create.html
- text: Use
href: articles/use.html
- text: Convert
href: articles/convert.html
- text: Model Overview
href: articles/model_overview.html
- text: Shared Practices (Create)
href: articles/shared_practices_create.html
- text: News
href: news/index.html