-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
91 lines (79 loc) · 1.97 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
url: https://frbcesab.github.io/forcis
template:
bootstrap: 5
bslib:
primary: "#2b4370"
navbar:
components:
reference:
text: Functions
href: reference/index.html
articles:
text: Vignettes
menu:
- text: Sampling devices
href: articles/sampling-devices.html
- text: Database versions
href: articles/database-versions.html
- text: Select, reshape, and filter data
href: articles/select-and-filter-data.html
- text: Data conversion
href: articles/data-conversion.html
- text: Data visualization
href: articles/data-visualization.html
reference:
- title: Database tools
desc: >
Functions to download and import FORCIS database
contents:
- download_forcis_db
- read_cpr_north_data
- read_cpr_south_data
- read_plankton_nets_data
- read_pump_data
- read_sediment_trap_data
- title: Database versions
desc: >
Functions to get information on database versions
contents:
- get_available_versions
- get_current_version
- get_version_metadata
- title: Select and filters tools
desc: >
Function to select and filter FORCIS data
contents:
- select_forcis_columns
- select_taxonomy
- filter_by_species
- filter_by_month
- filter_by_year
- filter_by_bbox
- filter_by_ocean
- filter_by_polygon
- title: Standardization functions
desc: >
Functions to homogenize, compute, and aggregate FORCIS data
contents:
- compute_abundances
- compute_concentrations
- compute_frequencies
- title: Visualization tools
desc: >
Functions to visualize FORCIS data
contents:
- geom_basemap
- ggmap_data
- plot_record_by_year
- plot_record_by_month
- plot_record_by_season
- plot_record_by_depth
- title: Utilities
desc: >
Helper functions
contents:
- convert_to_long_format
- data_to_sf
- get_ocean_names
- get_required_columns
- get_species_names