-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
42 lines (38 loc) · 1.04 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
development:
mode: auto
reference:
- title: Stratigraphic diagrams
desc: Helpers for ggplot2-based stratigraphic diagrams.
contents:
- starts_with("geom_")
- starts_with("stat_")
- starts_with("scale_")
- starts_with("facet_")
- starts_with("layer_")
- starts_with("rotated_")
- starts_with("label_")
- starts_with("theme_")
- sequential_layer_facets
- title: Age-depth models
desc: Functions to interpolate/extrapolate ages and depths given a set of paired age/depth values.
contents:
- age_depth_model
- predict.age_depth_model
- predict_age
- predict_depth
- starts_with("age_depth_")
- contains("age_depth_model")
- as_trans_factory
- title: Nested analyses
desc: Helpers for clustering and ordination of stratigraphic data.
contents:
- starts_with("nested_")
- plot.nested_analysis
- title: Example data
desc: Real data sets to test and document this package.
contents:
- starts_with("alta_")
- starts_with("halifax_")
- starts_with("keji_")
- starts_with("long_lake_")
- starts_with("kellys_")