Re: [R] Customize axis labels in xyplot

2009-06-24 Thread nmset
I found indeed that there were no attachements yesterday and corrected the mistake. They are in my previous post. Thanks. -- View this message in context: http://www.nabble.com/Customize-axis-labels-in-xyplot-tp24126788p24180049.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] Customize axis labels in xyplot

2009-06-23 Thread Deepayan Sarkar
On Mon, Jun 22, 2009 at 1:54 AM, nmset wrote: > > I have attached 2 files sample.csv and sample.r to illustrate the problem. No attachments came through. -Deepayan __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE

Re: [R] Customize axis labels in xyplot

2009-06-22 Thread nmset
I have attached 2 files sample.csv and sample.r to illustrate the problem. Thank you for considering. -- View this message in context: http://www.nabble.com/Customize-axis-labels-in-xyplot-tp24126788p24143742.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] Customize axis labels in xyplot

2009-06-21 Thread Deepayan Sarkar
On Sat, Jun 20, 2009 at 9:13 AM, nmset wrote: > > Hello, > > I'm plotting an xyplot where a continuous var recorded every min is plotted > on y, and time expressed as HH:MM:SS on x, as follows : > > xaxis=list(tick.number=12,rot=90) > lst=list(x=xaxis) > xyplot(upt$LOAD_1 ~ upt$TIME, data=upt, type

[R] Customize axis labels in xyplot

2009-06-20 Thread nmset
Hello, I'm plotting an xyplot where a continuous var recorded every min is plotted on y, and time expressed as HH:MM:SS on x, as follows : xaxis=list(tick.number=12,rot=90) lst=list(x=xaxis) xyplot(upt$LOAD_1 ~ upt$TIME, data=upt, type=c('g','p', 'r'), scales=lst) On the x-axis, every time labe