Description Usage Arguments Details Value Examples
This workhorse function calculates an average between-census mortality rate at the plot level for a given FIA trees/plots input.
1 2 3 |
trees |
Tree-level FIA dataframe |
plots |
Plot-level FIA dataframe |
prog_inc |
Number of plots to process before reporting progress |
db_ver |
FIA DB version to use for metadata tags |
min_ht |
Percentile of plot tree heights to include |
min_BA |
Percentile of plot tree basal areas to include |
skip_min_year |
Skip first year in dataset? T/F |
min_ht and min_BA should be between 0 and 1, db_ver doesn't work with anything besides 7.2 right now.
Plot-level dataframe
1 | test <- MakeMortalityRates(trees = trees_DF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.