rmaxstab(n, coord, cov.mod = "gauss", grid = FALSE, ...)grid = TRUE, the
function returns an array of dimension nrow(coord) x nrow(coord) x n.coord is univariate
you must specify var, otherwise users should supply the
covariance parameters i.e. parameters with names such as cov11,
cov12, ...
## 2. Schlather's model coord <- matrix(runif(100, 0, 15), ncol = 2) data <- rmaxstab(100, coord, cov.mod = "whitmat", sill = 1, range = 10, smooth = 1)