View source: R/detailed_growth.R
detailed_growth | R Documentation |
Requires a data frame where separate measurements of the same tree appear in different rows and returns a data frame containing annual growth between each pair of consecutive measurements for each tree.
detailed_growth(data)
data |
A data frame containing repeated dbh measurements of trees. Must
have a column named "tree_id" that contains unique tree ID values, a column
named "year" containing the year of the measurement, and a column named
"dbh" containing the dbh measurements. See built-in dataset |
A data frame containing between-census annual growth of each tree:
unique identification code of the tree
first year of between-census period
diameter at breast height at beginning of between-census period, in cm
last year of between-census period
diameter at breast height at end of between-census period, in cm
annual growth rate as average yearly increase in diameter at breast height, in cm/year
annual basal area increment as average yearly increase in area at breast height, in cm^2/year
square root of annual_growth
divided by
begin_size
to give somewhat normally distributed growth rates
square root of annual_bai
divided by
begin_size
to give somewhat normally distributed growth rates
any other columns that appeared in data
detailed_growth(tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.