search for: x4933

Displaying 1 result from an estimated 1 matches for "x4933".

Did you mean: 4933
2001 Sep 19
1
X-axis with POSIXct dates
...produces the undesired default behavior on my system: > test.dat man.date First.Bottle.pH X14 2000-03-08 9.74 X4241 2000-08-04 9.42 X4542 2000-12-07 8.54 X350 2001-02-05 9.51 X4591 2001-02-05 8.47 X4716 2001-02-07 9.54 X4933 2001-03-19 9.63 X2831 2001-04-19 9.70 X1068 2001-04-23 9.65 X1914 2001-05-23 9.98 "man.date" is of class POSIXct. Entering > plot(test.dat$man.date, test.dat$First.Bottle.pH) yields a plot with a single X-axis tick mark and label at Jan....