| default_external_volume_methods | R Documentation |
Return the built-in external volume-method specifications used as the starting registry for externalMetrics2Vol and external_volume_method_registry.
default_external_volume_methods()
"V" passes through an already available total-volume
field. "VCC" computes merchantable volume over bark
from diameter and height, and "VSC" computes
merchantable volume under bark from the resolved
vcc value.
A named list of default external volume-method specifications.
The list currently contains entries named "V",
"VCC", and "VSC", each stored as the named
list returned by new_volume_method.
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>)
methods <- default_external_volume_methods()
names(methods)
methods$V$output
methods$VCC$required_inputs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.