[R] Changing x-axis when dealing with time

2011-05-13 Thread Pablo Rosado
Hi, I am plotting data in which the x values are a timestamp. I am trying to change the x-ticks so they will be in specified hours of the day, but it always start from hour 4 of the day. And I need it to start from the beginning of the axis (at x=0) and then each tick be on the interval I specif

Re: [R] selecting data from table with timestamp

2011-05-12 Thread Pablo Rosado
which has basically nothing to do with extracting a subset of rows from a > dataframe. > > -Don > > -- > Don MacQueen > > Lawrence Livermore National Laboratory > 7000 East Ave., L-627 > Livermore, CA 94550 > 925-423-1062 > > > > > > -Original

[R] selecting data from table with timestamp

2011-05-11 Thread Pablo Rosado
Hi, I am using read.table to get this data that has a timestamp. The data is for many days, but I only want to run the code I wrote only for specific day/days/times. I can“t figure out how to select a timeframe from the list. I have tried using subset() and didn't work I then used: * timestamp[f