R/LAI_function.R

LAI_function <-
function(Number_of_leaves_by_plant,Leaf_Area,row_distance,in_row_distance){

 LAI <- Number_of_leaves_by_plant * Leaf_Area / (row_distance * in_row_distance)

return(LAI)

}

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.