is_classified
derives information about point classification
Details
The function needs to read the actual point cloud data! To speed up the processing the function reads just a sample of points, which is slower than just reading the header information but much faster than reading the entire file. The results are thus only valid for the subsample of points and do not necessarily reflect the entire file.
Examples
f <- system.file("extdata", package = "managelidar")
is_classified(f)
#> Error in loadNamespace(x): there is no package called ‘lasR’