-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
43 lines (43 loc) · 1.2 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: paleocar
Type: Package
Title: Paleoclimate Reconstruction from Tree Rings using Correlation Adjusted
corRelation
Version: 3.0.0
Date: 2021-11-02
Author: R. Kyle Bocinsky <[email protected]>
Maintainer: R. Kyle Bocinsky <[email protected]>
Description: Functions to perform spatio-temporal paleoclimate reconstruction
from tree-rings using the CAR (Correlation Adjusted corRelation) approach of
Zuber and Strimmer (2011). It is optimized for speed and memory use. This is
the approach used in Bocinsky and Kohler (2014): Bocinsky, R. K. and Kohler, T. A. (2014).
A 2,000-year reconstruction of the rain-fed maize agricultural niche in the US Southwest.
*Nature Communications*, 5:5618. The primary difference is that here model selection is performed
by minimizing the corrected Akaike's Information Criterion.
License: MIT + file LICENSE
Depends: R (>= 3.1)
Imports:
FedData,
data.table,
care,
forecast,
zoo,
parallel,
matrixStats,
raster,
XML,
foreach,
sp,
httr,
magrittr,
readr,
purrr,
broom,
strip,
dplyr,
tibble,
tidyr,
stringr
LazyData: true
RoxygenNote: 7.1.2
Suggests: testthat
Encoding: UTF-8