Skip to content
Prev 186996 / 398500 Next

abline(v= x) in plot with time formated xaxis not working

F!!
Sorry for the lack of the plot. It's is just a simple xy plot with xvalues
formated as shown in my post (strptime()).

Anyway, here a working example:
The format for the xvalues works in the case of text positioning, but
doesn't in the case of abline. 

JimHoltman replied this topic via email with a solution:

<-as.POSIXct(strptime(y, format="%H%M%S"))


I still don't know why this second function is necessary since everything
works without it, except for the abline-thing...

Nevertheless, thanks for all the suggestions!

Fritz