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