Normalize the point cloud using triangulate and transform_with. It triangulates the
ground points and then applies transform_with
to linearly interpolate the elevation of each point
within each triangle.
Examples
f <- system.file("extdata", "Topography.las", package="lasR")
pipeline <- reader_las() + normalize() + write_las()
exec(pipeline, on = f)
#> [1] "/tmp/Rtmpj24HO7/Topography.las"