forked from EDIorg/ecocomDP
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
68 lines (64 loc) · 1.45 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
title: ecocomDP
template:
bootswatch: spacelab
reference:
- title: Create
desc: Create ecocomDP tables and metadata
contents:
- create_observation
- create_location
- create_taxon
- create_dataset_summary
- create_observation_ancillary
- create_location_ancillary
- create_taxon_ancillary
- create_variable_mapping
- validate_data
- create_eml
- write_tables
- title: Use
desc: Use ecocomDP datasets
contents:
- search_data
- read_data
- save_data
- plot_taxa_sample_time
- plot_taxa_diversity
- plot_taxa_accum_sites
- plot_taxa_accum_time
- plot_taxa_shared_sites
- flatten_data
- title: Convert
desc: Convert ecocomDP datasets to other model formats
contents:
- convert_to_dwca
- title: Helpers
desc: Misc. functions
contents:
- view_diagram
- view_descriptions
- calc_geo_extent_bounding_box_m2
- calc_length_of_survey_years
- calc_number_of_years_sampled
- calc_std_dev_interval_betw_years
- title: 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: News
href: news/index.html