This functions implements a plot method for lashexametrics
data.table
# S3 method for lashexametrics
plot(x, z = NULL, colorPalette = height.colors(50),
...)
A data.table of class lashexametrics
.
character. The field to plot. If NULL, autodetect.
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 package lidR
inherited from base
# NOT RUN {
LASfile <- system.file("extdata", "Megaplot.laz", package="lidR")
lidar = readLAS(LASfile)
# Max Z within
hm = grid_hexametrics(lidar, max(Z), 5)
plot(hm)
# }
Run the code above in your browser using DataLab