R/TRV_lidar_function.R

TRV_lidar_function <-
function(height_canopy,width_canopy,row_spacing){

TRV <-height_canopy * width_canopy * 10000  / row_spacing

return(TRV)

}

Try the PROTOLIDAR package in your browser

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

PROTOLIDAR documentation built on May 2, 2019, 6:08 a.m.