[R] abline(v= x) in plot with time formated xaxis not working
F!!
pech at students.uni-mainz.de
Wed Jul 15 23:25:40 CEST 2009
Hi,
I try to create a vertical line in my plot, which has a xaxis comprising
time formated data.
This is what I tried:
----------------
y<-152833
x<-strptime(y, format="%H%M%S")
abline(v=x, col="red")
----------------
for some reason, it doesn't work and no error msg is displayed...
I hope someone can tell me what I do wrong, or maybe an alternative.
Thanks in advance!!
--
View this message in context: http://www.nabble.com/abline%28v%3D-x%29-in-plot-with-time-formated-xaxis-not-working-tp24505884p24505884.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list