-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
129 lines (117 loc) · 3.4 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
destination: docs
reference:
- title: Creating age ensembles
- subtitle: High-level age modelling functions
desc: Primary functions used to create and store age models into LiPD objects
- contents:
- starts_with("run")
- subtitle: Bacon-related functions
- contents:
- has_concept("Bacon")
- subtitle: BChron-related functions
- contents:
- has_concept("Bchron")
- subtitle: OxCal-related functions
- contents:
- has_concept("oxcal")
- subtitle: BAM-related functions
- contents:
- has_concept("BAM")
- title: Ensemble Analysis
- subtitle: Primary ensemble analysis functions
desc: Primary functions used to run ensemble analysis in geoChronR
- contents:
- corEns
- regressEns
- computeSpectraEns
- pcaEns
- subtitle: Correlation-related functions
- contents:
- has_concept("correlation")
- has_concept("FDR")
- subtitle: Regression-related functions
- contents:
- has_concept("regress")
- subtitle: Spectral-analyis-related functions
- contents:
- has_concept("spectra")
- subtitle: PCA-related functions
- contents:
- has_concept("pca")
- title: Visualization
- subtitle: Plotting functions
desc: Primary functions to visualize data in geoChronR
- contents:
- starts_with("plot")
- subtitle: Mapping functions
- contents:
- has_concept("mapping")
- subtitle: Plotting helper functions
- contents:
- has_concept("plot help")
- title: Other functions
- subtitle: Binning
desc: Functions used to bin data into regular intervals
- contents:
- has_concept("bin")
- subtitle: LiPD manipulations
desc: Functions useful for manupulating LiPD objects
- contents:
- has_concept("LiPD manipulation")
- subtitle: Utility functions
desc: Functions useful for a variety of internal, and potentially external, applications
- contents:
- has_concept("utility")
articles:
- title: Getting Started With geoChronR
navbar: Getting Started With geoChronR
contents:
- Introduction
- correlation
- regression
- spectral_analysis
- PCA
- title: More examples
navbar: More examples
desc: Vignettes highlighting additional geoChronR use cases
contents:
- oxCal
- PlotTimeseriesStack
- TsFilteringAndMapping
- tidyIso2k
- AddEnsemble
navbar:
components:
articles:
text: Tutorials
menu:
- text: -------
- text: Getting Started With geoChronR
- text: Introduction to geoChronR
href: articles/Introduction.html
- text: Ensemble Correlation
href: articles/correlation.html
- text: Ensemble Regression
href: articles/regression.html
- text: Spectral Analysis
href: articles/spectral_analysis.html
- text: Ensemble Principal Components Analysis
href: articles/PCA.html
- text: -------
- text: Tutorials highlighting additional geoChronR use cases
- text: Introduction to oxCal in geoChronR
href: articles/oxCal.html
- text: Plot a stack of timeseries
href: articles/PlotTimeseriesStack.html
- text: Dataset filtering and mapping (with iso2k)
href: articles/TsFilteringAndMapping.html
- text: Tidy filtering and mapping (with tidyverse & iso2k)
href: articles/tidyIso2k.html
- text: Add a separate ensemble to LiPD object
href: articles/AddEnsemble.html
template:
params:
docsearch:
api_key: 21c1c99b27cf4a45be9f8db70183f6c7
index_name: lipd-utilities
url: https://nickmckay.github.io/geoChronR