plot.lashexametrics
From lidR v1.3.0
by Jean-Romain Roussel
Plot an object of class lashexametrics in 2D
This functions implements a plot method for lashexametrics
data.table
Usage
# S3 method for lashexametrics
plot(x, z = NULL, colorPalette = height.colors(50),
...)
Arguments
- x
A data.table of class
lashexametrics
.- z
character. The field to plot. If NULL, autodetect.
- colorPalette
characters. A list of colors such as that generated by heat.colors, topo.colors, terrain.colors or similar functions. Default is
height.colors(50)
provided by the packagelidR
- ...
inherited from base
See Also
Examples
# NOT RUN {
LASfile <- system.file("extdata", "Megaplot.laz", package="lidR")
lidar = readLAS(LASfile)
# Max Z within
grid_hexametrics(lidar, max(Z), 5) %>% plot
# }
Community examples
Looks like there are no examples yet.