[R] question on plot dates

2004-04-11 Thread Linda portman
I am trying to plot time variable (the time is recoded for three days at 5 minutes interval in the format of 2001-05-14 13:45:00) VS. blood pressure. My code is the following: plot(time, bloodpressure,xlab=Time,ylab=bPress,main=Time VS Blood Pressure, type=l, xaxt=n) r -

Re: [R] question on plot dates

2004-04-11 Thread Prof Brian Ripley
On Sun, 11 Apr 2004, Linda portman wrote: I am trying to plot time variable (the time is recoded for three days at 5 minutes interval in the format of 2001-05-14 13:45:00) VS. blood pressure. My code is the following: plot(time, bloodpressure,xlab=Time,ylab=bPress,main=Time VS Blood