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