forked from chguiterman/dfoliatR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
38 lines (38 loc) · 1.28 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
title: dfoliatR
url: https://github.com/chguiterman/dfoliatR
template:
params:
bootswatch: flatly
reference:
- title: "Usage"
desc: >
Identifying insect defoliation and outbreak events in tree-ing growth patterns is the goal of dfoliatR.
Two functions perform the majority of the workload. They take indexed tree-ring data and find tree-level
defoliation events [defoliate_trees()] and then composite all trees [outbreak()] to identify
outbreak events.
contents:
- defoliate_trees
- outbreak
- title: "Graphics"
desc: >
Objects created by the two functions above can be plotted via:
contents:
- plot_defol
- plot_outbreak
- title: "Summary statistics"
contents:
- defol_stats
- outbreak_stats
- title: "Helpful functions"
contents:
- sample_depth
- series_names
- get_defol_events
- title: "Data"
desc: >
Tree-ring data from four sites in New Mexico are available for users to explore and test functions.
These include two sets of Douglas-fir host series and two separate ponderosa pine non-host chronologies.
The samples were collected to reconstruct western spruce budwork outbreak dynamics.
contents:
- starts_with("dmj")
- starts_with("efk")