VolumeCalc | R Documentation |
Calculates log volume from all diameters as solid volume
VolumeCalc(
diameterPosition,
DiameterValue,
StartPos,
StopPos,
DiameterTopPosition,
DiameterUnderBark = T,
SpeciesGroupKey = NA,
SpeciesGroupDefinition = NA,
DBH = NA,
LogLength = NA
)
diameterPosition |
numeric vector of diameter positions (cm) of a stem profile; 0,10,...,end |
DiameterValue |
numeric vector of corresponding diameters (mm) |
StartPos |
Starting position of log along the stem |
StopPos |
Ending position of log |
DiameterTopPosition |
Position from top end of log where top diameter is measured. Cm |
DiameterUnderBark |
Logical TRUE/FALSE |
SpeciesGroupKey |
Species ID |
SpeciesGroupDefinition |
List of species group information, with speciesgroupkey as the name of the elements(see getSpeciesGroupDefinition) |
DBH |
Optional, in mm (see BarkFunction) |
LogLength |
Optional, in cm (see BarkFunction) |
Log volume in m3
Lennart Noordermeer lennart.noordermeer@nmbu.no
Buck
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.