Maybe like this:

X.ts <- matrix(rnorm(4000),1000,4)
par(mfrow=c(2,2))

apply(X.ts, 2, plot.ts, plot.type=c("single"))

or

apply(X.ts, 2, ts.plot)



HTH


Thomas




>Hi,

>How can I force a plot.ts to draw a 2x2 plot matrix instead of 4x1 ?

>Regards

>EJ

______________________________________________
[EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to