estimate_volume | R Documentation |
Estimate volume to specified height along stem in either cubic feet or
International 1/4 board feet. The equation is applied by the function
apply_volume_eq
.
estimate_volume(spcd, dbh, height, vol_type = c("cuft", "bdft"))
spcd |
vector of FIA species codes |
dbh |
vector of DBH observations in inches |
height |
vector of heights to which to estimate volume |
vol_type |
units for volume estimates, either |
Note: this function returns gross volume (not net volume).
vector of volume estimates
estimate_volume(
spcd = c(541, 371, 95, 73),
dbh = c(10, 11, 12, 13),
height = c(40, 40, 24, 24),
vol_type = "cuft"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.