plot.lasmetrics3d | R Documentation |
This function implements a 3D plot method for 'lasmetrics3d' objects
## S3 method for class 'lasmetrics3d'
plot(x, y, ...)
x |
An object of the class |
y |
Unused (inherited from R base) |
... |
Supplementary parameters for plot. The function internally uses the same plot function than LAS objects. |
## Not run:
LASfile <- system.file("extdata", "Megaplot.laz", package="lidR")
lidar = readLAS(LASfile)
voxels = voxel_metrics(lidar, list(Imean = mean(Intensity)), res = 5)
plot(voxels, color = "Imean", colorPalette = heat.colors(50), trim=60)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.