Learn R Programming

spate (version 1.7)

print.spateSim: Print function for 'spateSim' objects.

Description

Print function for 'spateSim' objects.

Usage

# S3 method for spateSim
print(x,...)

Arguments

x

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

...

Arguments to be passed to 'spate.plot'

Examples

Run this code
# NOT RUN {
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)
spateSim
# }

Run the code above in your browser using DataLab