default_external_volume_methods: Return bundled external volume methods

default_external_volume_methodsR Documentation

Return bundled external volume methods

Description

Return the built-in external volume-method specifications used as the starting registry for externalMetrics2Vol and external_volume_method_registry.

Usage

default_external_volume_methods()

Details

"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.

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.

Author(s)

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>)

Examples

methods <- default_external_volume_methods()
names(methods)
methods$V$output
methods$VCC$required_inputs

basifoR documentation built on Aug. 26, 2026, 9:06 a.m.