powered by
LAS
An empty LAS object is a point cloud with 0 points
is.empty(object, ...)# S4 method for LAS is.empty(object, ...)
# S4 method for LAS is.empty(object, ...)
A LAS object
Unused
TRUE or FALSE
# NOT RUN { LASfile <- system.file("extdata", "example.laz", package="rlas") las = readLAS(LASfile) is.empty(las) las = new("LAS") is.empty(las) # }
Run the code above in your browser using DataLab