powered by
Calculates tree volume following the equations used in the Norwegian national forest inventory
volume.norway(dbh.mm, height.dm, tree.sp, kom, vol.reduksjon = NULL, vol.w = TRUE, vol.wo = TRUE)
It returns a list with up to two elements:
volume with bark per tree in m3
volume without bark per tree in m3
tree dbh in mm
tree height in dm
tree species following the same codification as the Norwegian NFI
municipality code
volume reduction in 100
TRUE/FALSE if volume with bark needs to be calculated
TRUE/FALSE if volume without bark needs to be calculated
volume.norway(dbh.mm = c(50,70), height.dm = c(17,20), tree.sp = c(1, 10), kom = c(623, 623))
Run the code above in your browser using DataLab