Skip to content
Prev 105620 / 398503 Next

Show date on graph

Syed Abid Hussaini wrote:
Then it is not a character but some date/time object such as a POSIXlt 
class. mtext() does not have an appropriate method for it. If this date 
is x, just plot as.character(x) instead.

Uwe Ligges