# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "forestdynR" in publications use:' type: software license: GPL-2.0-or-later title: 'forestdynR: Calculate Forest Dynamics' version: 0.0.1 doi: 10.32614/CRAN.package.forestdynR abstract: 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. authors: - family-names: Higuchi given-names: Pedro email: higuchip@gmail.com - family-names: Silva given-names: Ana Carolina email: carol_sil4@yahoo.com.br - family-names: Slabadack given-names: Adam email: arslabadack@gmail.com repository: https://higuchip.r-universe.dev repository-code: https://github.com/higuchip/forestdynR commit: b4f8395835c4bef558e91053cfc565e7c880b9a3 url: https://github.com/higuchip/forestdynR contact: - family-names: Higuchi given-names: Pedro email: higuchip@gmail.com