Skip to content
Prev 301863 / 398503 Next

time series line plot: Error in plot.window(...) : invalid 'xlim' value

Hello,

It only gives that error if you don't

last$date <- as.Date(last$date, format="%m/%d/%Y")

You must have dates, not character values.
Try it, then make a zoo object, then plot it.

Rui Barradas

Em 31-07-2012 18:54, Yolande Tra escreveu: