transform_las.Rd
Applies a 4x4 transformation matrix to a LAS point cloud. The function can handle both LAS
objects
and LAS file paths, transforming the point cloud data accordingly.
transform_las(las, M, crs = NULL)
A transformed LAS
object. If a file path is provided for las
, a new LAS file is created and returned.