| print.inventory_design | R Documentation |
Print a compact summary of an "inventory_design" object.
The method reports the stored design name, minimum DBH thresholds,
sampled areas, and trees-per-hectare expansion factors.
## S3 method for class 'inventory_design'
print(x,
...)
x |
Object of class |
... |
Further arguments passed to methods. Currently unused. |
The method does not modify the object.
The input "inventory_design" object, returned invisibly.
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(400, 100),
min_dbh_cm = c(20, 0),
name = "Nested square design"
)
print(dsg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.