Description Usage Arguments Value Examples
View source: R/sumTreeDBHDist.R
This function calculates DBH distribution by 10cm size classes. Must run importData first.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
status |
Filter by live, dead, or all. Acceptable options are:
|
speciesType |
Allows you to filter on native, exotic or include all species.
|
units |
Allows you to choose which metric to calculate: basal area or stem density
|
dist_m |
Filter trees by a distance that is less than or equal to the specified distance in meters of the tree to the center of the plot. If no distance is specified, then all trees will be selected. For example, to select an area of trees that is 100 square meters in area, use a distance of 5.64m. |
returns a dataframe with one row for each plot and either density or BA
1 2 3 | importData()
tree_diam_dist <-sumTreeDBHDist(park = 'RICH', speciesType = 'native', from = 2015, to = 2018, units = 'ba')
head(tree_diam_dist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.