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.
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")
::install_github("konradmayer/iadf") devtools
To also install the vignettes type:
# install.packages("devtools")
::install_github("konradmayer/iadf", build_vignettes = TRUE) devtools
Subsequent implementations and bug fixes require regular updating, to keep your installation up to date type:
::update_packages("iadf") devtools