Tools inherited from base R for LAS* objects
# S3 method for LAS
print(x, ...)# S3 method for LAScatalog
print(x, ...)
# S3 method for lidRAlgorithm
print(x, ...)
# S3 method for raster_template
print(x, ...)
# S3 method for LAS
summary(object, ...)
# S3 method for LAScatalog
summary(object, ...)
# S3 method for LAS
dim(x)
# S3 method for LAScatalog
dim(x)
ncol.LAS(x)
nrow.LAScatalog(x)
# S3 method for LAS
names(x)
# S3 method for LASheader
names(x)
# S3 method for LAS
rbind(...)
npoints(x, ...)
density(x, ...)
# S4 method for LAS
density(x, ...)
# S4 method for LASheader
density(x, ...)
# S4 method for LAScatalog
density(x, ...)
a LAS* object
LAS* objects if it is the sole argurment (e.g. in rbind())
A LAS*
object or other lidR related objects.