powered by
The area is computed by on the convex hull. If the data are not convex, the resulting area is only an approximation.
lasarea(.las)
An object of the class LAS or a numeric array of x coordinates
LAS
numeric. The area of the object computed in the same units as the coordinate reference system
# NOT RUN { LASfile <- system.file("extdata", "Megaplot.laz", package="lidR") lidar = readLAS(LASfile) lasarea(lidar) # }
Run the code above in your browser using DataLab