| check_data {rlas} | R Documentation |
las files are normalized files. The check_* functions test whether either the dataset is valid, the header is valid, or if the header is in accordance with the data.
check_data(data) check_header(header) check_data_vs_header(header, data, ...)
data |
a data.frame or a data.table containing a point cloud |
header |
a list containing the header of a las file |
... |
internal use only |