# \donttest{
LASfile <- system.file("extdata", "beech.las", package="CspStandSegmentation")
las <- lidR::readLAS(LASfile, select = "xyz")
las <- add_geometry(las, k = 5, n_cores = 2)
summary(las@data)
# }
Run the code above in your browser using DataLab