par(mfrow=c(3,2))
plot(rproc2fdata(200,seq(0,1,len=30),sigma="OU",par.list=list("sca"=1)))
plot(rproc2fdata(200,seq(0,1,len=30),sigma="vexponential"))
plot(rproc2fdata(200,seq(0,1,len=30),sigma=1))
plot(rproc2fdata(200,seq(0,1,len=30),sigma=diag(30)))
plot(rproc2fdata(200,seq(0,1,len=30),sigma="brownian"))
plot(rproc2fdata(200,seq(0,1,len=30),sigma="wiener"))
#plot(rproc2fdata(200,seq(0,1,len=30),sigma="oo")) # this is a errorRun the code above in your browser using DataLab