plot.spateSim: Plotting function for 'spateSim' objects.

View source: R/spateFcts.R

plot.spateSimR Documentation

Plotting function for 'spateSim' objects.

Description

This is the plotting function for 'spateSim' objects. It calles the function 'spate.plot()'.

Usage

## S3 method for class 'spateSim'
plot(x,..., plotXi =TRUE,plotW = FALSE)

Arguments

x

'spateSim' object obtained from 'spate.sim'.

...

Arguments to be passed to 'spate.plot'

plotXi

Logical; if 'TRUE' the latent process 'xi' is plotted.

plotW

Logical; if 'TRUE' the observed process 'w' is plotted.

Value

Plots illustrating the simulated space-time field.

Author(s)

Fabio Sigrist

Examples

spateSim <-spate.sim(par=c(rho0=0.1,sigma2=0.2,zeta=0.5,rho1=0.1,gamma=2,
                     alpha=pi/4,muX=0.2,muY=-0.2,tau2=0.01),n=50,T=9)
plot(spateSim)

spate documentation built on Oct. 3, 2023, 5:09 p.m.