powered by
This is the plotting function for 'spateSim' objects. It calles the function 'spate.plot()'.
# S3 method for spateSim plot(x,..., plotXi =TRUE,plotW = FALSE)
Plots illustrating the simulated space-time field.
'spateSim' object obtained from 'spate.sim'.
Arguments to be passed to 'spate.plot'
Logical; if 'TRUE' the latent process 'xi' is plotted.
Logical; if 'TRUE' the observed process 'w' is plotted.
Fabio Sigrist
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)
Run the code above in your browser using DataLab