AgeBandDecomposition

=======

Authors: Nicola Puletti, Gianluigi mazza
License: GPL3

AgeBandDecomposition provides tools for tree-ring standardization based on the Age Band Decomposition (ABD) method, for tree ring width standardization.

Installation

Install the stable version from CRAN (when available)

install.packages("agebanddecomposition")

or the development version from GitHub

# install.packages("devtools")
remotes::install_git("https://gitlab.com/Puletti/agebanddecomposition_rpackage")