getMaster {sta}R Documentation

Get a RasterLayer with no missing values from a Raster* object

Description

The term master refers to a raster layer whose extent and coordinate reference system are used as a reference to rasterize further objects, e.g. matrices. To rasterize, master must be free of missing values.

Usage

getMaster(x)

Arguments

x

Raster* object

Value

RasterLayer

See Also

matrixToRaster


[Package sta version 0.1.7 Index]