canopy_model | R Documentation |
canopy_model
returns a canopy height raster from a lidR point cloud
canopy_model(las, res = 0.5)
las |
A lidar cloud read in by lidR package |
res |
Cell resolution in meters |
A raster with the canopy height estimated for each grid cell.
library(lidR)
path <- get_data("SJER_052", "lidar")
las<-readLAS(path)
plot(canopy_model(las))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.