-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
26 lines (26 loc) · 1.27 KB
/
DESCRIPTION
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
Package: psem
Title: Proxy Spectral Error Model
Version: 1.0.1
Authors@R: c(person("Thomas", "Laepple", email = "[email protected]", role = c("aut")),
person("Torben", "Kunz", email = "[email protected]", role = c("aut")),
person("Andrew", "Dolman", email = "[email protected]", role = c("aut", "cre")))
Description: An R package to implement the spectral error model for proxy records described in the papers:
Kunz, T., Dolman, A. M. and Laepple, T.: A spectral approach to estimating the timescale-dependent uncertainty of paleoclimate records – Part 1: Theoretical concept, Climate of the Past, 16(4), 1469–1492, doi:https://doi.org/10.5194/cp-16-1469-2020, 2020.
Dolman, A. M., Kunz, T., Groeneveld, J. and Laepple, T.: Estimating the timescale-dependent uncertainty of paleoclimate records - a spectral approach. Part II: Application and interpretation, Climate of the Past Discussions, 1–22, doi:https://doi.org/10.5194/cp-2019-153, 2020.
Depends:
R (>= 3.3.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
ggplot2,
orbitalforcing (>= 0.1),
dplyr,
tidyr,
geosphere
Remotes:
earthsystemdiagnostics/orbitalforcing
Suggests:
testthat (>= 2.1.0)
URL: https://earthsystemdiagnostics.github.io/psem/