Learn R Programming

quadmesh (version 0.5.5)

qm_as_raster: Quadmesh to raster

Description

Approximate re-creation of a raster from a quadmesh.

Usage

qm_as_raster(x, index = NULL)

Value

RasterLayer

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.

Examples

Run this code
qm_as_raster(quadmesh(etopo))

Run the code above in your browser using DataLab