View source: R/preprocessing.R
| rotate_las_z | R Documentation |
Rotate 'LAS' object about the 'Z' axis for specified angle.
rotate_las_z(las, angle)
las |
'LAS' object from 'lidR' package representing individually segmented tree |
angle |
numeric - in degrees, rotation angle about Z axis. |
A 'LAS' object rotated about the Z axis.
library(lidR)
las = readLAS(system.file("extdata", "tree_0744.laz", package="tReeTraits"))
las_rotated = rotate_las_z(las, 90)
plot(las)
plot(las_rotated)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.