-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yaml
45 lines (42 loc) · 1.12 KB
/
_pkgdown.yaml
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
url: http://thets.github.io/palmsplusr
template:
params:
bootswatch: yeti
navbar:
left:
- icon: fa-home fa-2x
href: index.html
- text: "Getting started"
href: articles/article-1-getting-started.html
- text: "Articles"
menu:
- text: "Getting started"
href: articles/article-1-getting-started.html
- text: "A complete example"
href: articles/article-2-complete-example.html
- text: "Building formulas"
href: articles/article-3-building-formulas.html
- text: "ggplot2 and palmsplusr"
href: articles/article-4-ggplot2-palmsplusr.html
- text: "Functions"
href: reference/index.html
- icon: fa-github fa-2x
href: http://github.com/TheTS/palmsplusr/
reference:
- title: Read PALMS data
contents:
- read_palms
- title: Creating field tables
contents:
- palms_load_defaults
- starts_with("palms_add")
- title: Building datasets
contents:
- starts_with("palms_build")
- title: Helpers
contents:
- palms_remove_tables
- palms_epoch
- palms_buffer
- palms_in_polygon
- palms_in_time