Description Usage Arguments Value Examples
View source: R/sumSapDBHDist.R
This function calculates DBH distribution by 1cm size classes. Must run importData first.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
speciesType |
Allows you to filter on native, exotic or include all species.
|
canopyForm |
Allows you to filter on canopy species only or include all species.
|
units |
Allows you to choose which metric to calculate: basal area or stem density
|
returns a dataframe with one row for each plot and either density or BA
1 2 | importData()
sap_diam_dist <- sumSapDBHDist(park = 'RICH', speciesType = 'native', from = 2015, to = 2018, units = 'ba')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.