qm_as_raster {quadmesh} | R Documentation |
Quadmesh to raster
Description
Approximate re-creation of a raster from a quadmesh.
Usage
qm_as_raster(x, index = NULL)
Arguments
x |
'mesh3d' object |
index |
optional index to specify which z coordinate to use as raster values |
Details
The raster is populated with the mean of the values at each corner, which is closest to the interpretation use to create mesh3d from rasters. This can be over ridden by setting 'index' to 1, 2, 3, or 4.
Value
RasterLayer
Examples
qm_as_raster(quadmesh(etopo))
[Package quadmesh version 0.5.5 Index]