predvol: Individual tree volume functions for Finland
Description
Predict individual tree volumes using the functions of Laasasenaho(1982).
The volume prediction can be based on tree diameter or tree diameter and height.
The functions applying upper stem diameter have not (yet) been implemented.
Usage
predvol(species,d,h=0,model=1)
Value
A vector of tree volumes (in liters).
Arguments
species
The vector of tree species. 1:Pine, 2:Spruce, 3: Silver birch. 4: Downy birch.
Other codes than 1-4 are accepted but return NA as the volume prediction.
d
The vector of tree diameters at breast height (cm)
h
The vector of tree heights. Used only if model=2.
model
The model used. If model is 1, the prediction is based on tree diameter only. If model=2, then diameter and height are used.