R/vol.fvs.ni.m3.R

Defines functions vol.fvs.ni.m3

Documented in vol.fvs.ni.m3

vol.fvs.ni.m3 <-
function(spp, dbh.cm, ht.m) 
  vol.fvs.ni.bdft(spp, dbh.cm/2.54, ht.m/0.3048) *
  144 * # Board feet to cubic inches
  2.54^3 / # Cubic inches to cubic centimetres
  100^3  # Cubic centimetres to cubic metres

Try the FAwR package in your browser

Any scripts or data that you put into this service are public.

FAwR documentation built on Jan. 13, 2021, 7:45 a.m.