Description Usage Arguments Value Examples
View source: R/Volume_Norway.R
Calculates tree volume following the equations used in the Norwegian national forest inventory
1 2  | volume.norway(dbh.mm, height.dm, tree.sp, kom, vol.reduksjon = NULL, 
vol.w = TRUE, vol.wo = TRUE)
 | 
dbh.mm | 
 tree dbh in mm  | 
height.dm | 
 tree height in dm  | 
tree.sp | 
 tree species following the same codification as the Norwegian NFI  | 
kom | 
 municipality code  | 
vol.reduksjon | 
 volume reduction in 100  | 
vol.w | 
 TRUE/FALSE if volume with bark needs to be calculated  | 
vol.wo | 
 TRUE/FALSE if volume without bark needs to be calculated  | 
It returns a list with up to two elements:
vol.w.tr.m3 | 
 volume with bark per tree in m3  | 
vol.wo.tr.m3 | 
 volume without bark per tree in m3  | 
1  | volume.norway(dbh.mm = c(50,70), height.dm = c(17,20), tree.sp = c(1, 10), kom = c(623, 623))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.