iadf

Calculate false ring proportions from data frames of intra annual density fluctuations.

If you know any further methods which should get included or find any bugs or mistakes in the code, please contact the package maintainer or file an issue on GitHub.

Installation

iadf is available on CRAN and on GitHub:

To install the stable version from CRAN type:

install.packages("iadf")

You can install the latest development version of the package from GitHub with:

# install.packages("devtools")
devtools::install_github("konradmayer/iadf")

To also install the vignettes type:

# install.packages("devtools")
devtools::install_github("konradmayer/iadf", build_vignettes = TRUE)

Updating

Subsequent implementations and bug fixes require regular updating, to keep your installation up to date type:

devtools::update_packages("iadf")