-
Notifications
You must be signed in to change notification settings - Fork 9
/
_pkgdown.yml
96 lines (93 loc) · 2.11 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
92
93
navbar:
type: default
left:
- text: Introduction
href: articles/Introduction.html
- text: Function help
href: reference/index.html
- text: Articles
menu:
- text: Add composites to facet plots
href: articles/facet_comps.html
right:
- icon: fa-github fa-lg
href: https://github.com/ltrr-arizona-edu/burnr
reference:
- title: Import and export data
desc: >
Read/write FHX file formats. These are specialized text files for
storing tree-ring fire history data. FHX files can be created
in [FHAES](https://www.frames.gov/fhaes/download), or by our
[specialized MS Access Database](https://github.com/chguiterman/Fire_History_Database).
contents:
- read_fhx
- write_fhx
- title: Included data
contents:
- starts_with("pgm")
- starts_with("lgr2")
- pme
- pmw
- pmr
- title: Data manipulation
contents:
- "`+.fhx`"
- sort.fhx
- composite
- delete
- get_series
- get_year
- is_fhx
- make_rec_type
- outer_type
- last_year
- title: Graphics
contents:
- plot_demograph
- plot.fhx
- plot.intervals
- plot.sea
- plot_intervals_dist
- title: Statistical summaries
contents:
- series_stats
- intervals
- count_event_position
- count_scar
- count_injury
- count_recording
- count_year_span
- get_event_years
- title: Derrived time series
contents:
- percent_scarred
- sample_depth
- title: Fire-climate relationship
contents:
- sea
- title: MISC
contents:
- as.fhx
- as_fhx
- fhx
- first_year
- inner_type
- is.fhx
- is.intervals
- is.sea
- is_fhx
- is_intervals
- is_sea
- max.intervals
- mean.intervals
- median.intervals
- min.intervals
- plot_sealags
- print.intervals
- print.sea
- quantile.intervals
- series_mean_interval
- series_names
- summary.fhx
- yearly_recording
- year_range