| RMtruncsupport {RandomFields} | R Documentation |
RMtruncsupport may be used to truncate the support of a shape function when
Poisson fields or M3 processes are created.
RMtruncsupport(phi, radius)
phi |
function of class |
radius |
truncation at |
RMtruncsupport returns an object of class RMmodel.
Martin Schlather, schlather@math.uni-mannheim.de, http://ms.math.uni-mannheim.de
Schlather, M. (2002) Models for stationary max-stable random fields. Extremes 5, 33-44.
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set ## RFoptions(seed=NA) to make them all random again model <- RMgauss() model1 <- RMtruncsupport(model, radius=1) plot(model) lines(model1, col="red") ## For a real application of 'RMtruncsupport' see example 2 of 'RPpoisson'.