Learn R Programming

rlas (version 1.2.4)

check_data: Check if data and headers are correct

Description

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.

Usage

check_data(data)

check_header(header)

check_data_vs_header(header, data, ...)

Arguments

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