Re: [R] plot.ts error: cannot plot more than 10 series

2012-05-13 Thread Suhaila Haji Mohd Hussin
Thank you! Suhaila > From: ggrothendi...@gmail.com > Date: Sun, 13 May 2012 07:58:19 -0400 > Subject: Re: [R] plot.ts error: cannot plot more than 10 series > To: bell_beaut...@hotmail.com > CC: r-help@r-project.org > > On Sun, May 13, 2012 at 5:02 AM, Suhaila Haji

Re: [R] plot.ts error: cannot plot more than 10 series

2012-05-13 Thread Gabor Grothendieck
On Sun, May 13, 2012 at 5:02 AM, Suhaila Haji Mohd Hussin wrote: > > Hello. > I'm doing Principal Component Analysis. So I'm trying to plot the new data as > time series like this: > plot.ts(pr2$x) > But it gives me error: Error in plotts(x = x, y = y, plot.type = plot.type, > xy.labels = xy.lab

[R] plot.ts error: cannot plot more than 10 series

2012-05-13 Thread Suhaila Haji Mohd Hussin
Hello. I'm doing Principal Component Analysis. So I'm trying to plot the new data as time series like this: plot.ts(pr2$x) But it gives me error: Error in plotts(x = x, y = y, plot.type = plot.type, xy.labels = xy.labels, : cannot plot more than 10 series as