| print.concentric_design | R Documentation |
Display the main components of a "concentric_design" object.
The printed summary reports the design name together with subplot radii, minimum DBH thresholds, and expansion factors for each tally tier.
## S3 method for class 'concentric_design'
print(x,
...)
x |
Object of class |
... |
Further arguments passed to methods. Currently unused. |
The function does not modify the design and does not currently use additional arguments passed through ....
The input "concentric_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_concentric_design(
radii_m = c(5, 10, 15),
min_dbh_cm = c(7.5, 22.5, 42.5),
name = "Example concentric design"
)
print.concentric_design(dsg)
invisible(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.