powered by
Returns an Extent object of a LAS object.
LAS
# S4 method for LAS extent(x)extent(x, ...)
extent(x, ...)
An object of the class LAS
Unused
Extent object
raster::extent
# NOT RUN { LASfile <- system.file("extdata", "Megaplot.laz", package="lidR") lidar = readLAS(LASfile) extent(lidar) # }
Run the code above in your browser using DataLab