LASfile <- system.file("extdata", "example.laz", package="rlas")
las = readLAS(LASfile)
is.empty(las)
las = new("LAS")
is.empty(las)
f <- lmf(2)
is.parallelised(f)
g <- pitfree()
is.parallelised(g)
ctg <- readLAScatalog(LASfile)
is.indexed(ctg)
Run the code above in your browser using DataLab