| trees_per_ha | R Documentation |
Return the expansion factor, expressed as trees per hectare, associated with a tree of a given diameter at breast height under a supported inventory design.
trees_per_ha(design,
dbh_cm)
design |
Sampling |
dbh_cm |
|
Current methods return NA_real_ when diameter is
missing after preprocessing or falls below the smallest
supported threshold in the supplied design.
A single numeric value giving the trees-per-hectare
expansion factor for the supplied diameter and design, or
NA_real_ when no valid factor can be assigned.
Wilson Lara [aut, cre] (ORCID: <https://orcid.org/0000-0003-3527-1380>), Cristobal Ordonez [aut] (ORCID: <https://orcid.org/0000-0001-5354-3760>), Aitor Vázquez-Veloso [aut] (ORCID: <https://orcid.org/0000-0003-0227-506X>), Felipe Bravo [aut] (ORCID: <https://orcid.org/0000-0001-7348-6695>)
dsg <- new_inventory_design(sample_area_m2 = c(100, 400),
min_dbh_cm = c(0, 20))
trees_per_ha(dsg, 13)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.