gaussMap {SpaDES.tools} | R Documentation |
Produce a raster
of a random Gaussian process.
Description
Defunct.
Usage
gaussMap(
x,
scale = 10,
var = 1,
speedup = 1,
method = "RMexp",
alpha = 1,
inMemory = FALSE,
...
)
Arguments
x |
A spatial object (e.g., a |
scale |
The spatial scale in map units of the Gaussian pattern. |
var |
Spatial variance. |
speedup |
An numeric value indicating how much faster than 'normal' to generate maps. It may be necessary to give a value larger than 1 for large maps. Default is 1. |
method |
The type of model used to produce the Gaussian pattern.
Should be one of |
alpha |
A required parameter of the |
inMemory |
Should the |
... |
Additional arguments to |
Value
A raster map with same extent as x
, with a Gaussian random pattern.