dplR
Overview
Perform tree-ring analyses such as detrending, chronology building, and crossdating. Read and write standard file formats used in dendrochronology.
Installation
The latest release version of dplR is installed from CRAN as follows:
install.packages("dplR")
The development version can be installed with devtools
(install.packages("devtools")
):
devtools::install_github("andybunn/dplR")
Vignettes
There are several vignettes for working with dplR. These cover common data task like I/O, detrending, chronology building, some time-series analysis and so on.
browseVignettes(package = "dplR")
Users interested in crossdating should visit the xDater
app.