R/vol.m3.R

Defines functions `vol.m3`

`vol.m3` <-
function(dbh.cm, height.m, multiplier=0.5) {
    vol.m3 <- pi * (dbh.cm/200)^2 * height.m * multiplier
    }

Try the spuRs package in your browser

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

spuRs documentation built on May 2, 2019, 12:44 p.m.