lasroi
From lidR v1.3.0
by Jean-Romain Roussel
Select a region of interest interactively
Select a rectangular region of interest interactively using the mouse
Usage
lasroi(.las, ...)
Arguments
- .las
An object of class
LAS
- …
Optional parameters for the plot function
Details
lasroi
enables the user to select a region of interest (ROI) by drawing
a rectangle with the mouse
Value
An object of class LAS
Examples
# NOT RUN {
LASfile <- system.file("extdata", "Megaplot.laz", package="lidR")
lidar = readLAS(LASfile)
subset = lasroi(lidar)
# }
Community examples
Looks like there are no examples yet.