View source: R/ladarraytorasterstack.R
lad.array.to.raster.stack | R Documentation |
This function reads in a list of voxelized arrays, converts each one to a raster stack, and then merges them all together to form a raster stack of the entire study area. This function also creats a lot of extra NA layers in the raster stack so that the individual rasters can easily be merged together.
lad.array.to.raster.stack(lad.array, laz.array, epsg.code)
lad.array |
Voxelized LAD array that was created with the machorn.lad function |
laz.array |
Original LiDAR pulse count array that was generated using the laz.to.array function. This contains spatial information for the array. |
epsg.code |
EPSG code so that the rasters can be projected into the appropriate projection |
A raster stack of LAD estimates. Each raster is associated with a slice of the canopy. The Z resolution was determined in the laz.to.array function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.