forestdynR: Calculate Forest Dynamics

Determines the dynamics of tree species communities (mortality rates, recruitment, loss and gain in basal area, net changes and turnover). Important notes are a) The 'forest_df' argument (data) must contain the columns 'plot' (plot identification), 'spp' (species identification), DBH_1 (Diameter at breast height in first year of measure) and DBH_2 (Diameter at breast height in second year of measure). DBH_1 and DBH_2 must be numeric values; b) example input file in 'data(forest_df_example)'; c) The argument 'inv_time' represents the time between inventories, in years; d) The 'coord' argument must be of the type 'c(longitude, latitude)', with decimal degree values; e) Argument 'add_wd' represents a dataframe with wood density values (g cm-3) format with three columns ('genus', 'species', 'wd'). This argument is set to NULL by default, and if isn't provided, the wood density will be estimated with the getWoodDensity() function from the 'BIOMASS' package.

Version: 0.0.1
Depends: R (≥ 4.3.0)
Imports: BIOMASS (≥ 2.1.11), tcltk (≥ 1.0.0)
Suggests: covr, knitr, rmarkdown, spelling, testthat (≥ 3.0.0)
Published: 2024-11-19
DOI: 10.32614/CRAN.package.forestdynR
Author: Pedro Higuchi [cre, aut], Ana Carolina Silva [aut], Adam Slabadack [aut]
Maintainer: Pedro Higuchi <higuchip at gmail.com>
BugReports: https://github.com/higuchip/forestdynR/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/higuchip/forestdynR
NeedsCompilation: no
Language: en-US
Materials: README NEWS
CRAN checks: forestdynR results

Documentation:

Reference manual: forestdynR.pdf
Vignettes: Forest-dynamics (source, R code)

Downloads:

Package source: forestdynR_0.0.1.tar.gz
Windows binaries: r-devel: forestdynR_0.0.1.zip, r-release: forestdynR_0.0.1.zip, r-oldrel: forestdynR_0.0.1.zip
macOS binaries: r-release (arm64): forestdynR_0.0.1.tgz, r-oldrel (arm64): forestdynR_0.0.1.tgz, r-release (x86_64): forestdynR_0.0.1.tgz, r-oldrel (x86_64): forestdynR_0.0.1.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=forestdynR to link to this page.