a geometric object. Currently Polygon from sp is supported.
ofile
character. Path to an output file (only with a LAScatalog).
If ofile = "" the result is loaded into R, otherwise the result is written to a
file while reading. This is much more memory efficient than loading into R first, then writing.
xleft
scalar of left x position of rectangle.
ybottom
scalar of bottom y position of rectangle.
xright
scalar of right x position of rectangle.
ytop
scalar of top y position of rectangle.
xpoly
numerical array. x-coordinates of polygon.
ypoly
numerical array. y-coordinates of polygon.
xcenter
scalar of x disc center.
ycenter
scalar of y disc center.
radius
scalar of disc radius.
Value
An object of class LAS or NULL if the result is immediately written to a file.