[R] 24 hour axis /time plots

2009-02-20 Thread somewhereondearth
Hi, i have a data with values against time and date. for plotting against date i used axis.Date() option. but I need a 24hr time plot as well. i have extracted and plotted, but not being able to put the time ticks ( eg. 6am, 7 am etc) on the x-axis. Im new to R, any help would be appreciated!!

Re: [R] PDF append help

2009-02-16 Thread somewhereondearth
Hi, I need to append my multiple plots in pdf files. my problem is that I would want to run the R script a number times(closing and opening) and still want to append. If i keep the dev.off() it wouldnt let me see my plots while R is open. any idea!! Jorge Ivan Velez wrote: Hi Ramya,

Re: [R] Problems with labeling a set X axis in chron plots

2009-02-16 Thread somewhereondearth
HI, I couldn't get your problem exactly, but if you are looking for dates on x-axis, then try using axis.Date() option. you can give the weekly, daily sequence if you like.( I am trying for a 6-hour sequence, but hasn't got it yet). Neotropical bat risk assessments wrote: I am having