> ### Name: descriptive-plots
> ### Title: Descriptive Plots
> ### Aliases: YearPlot MonthPlot DayPlot
>
> ### ** Examples
>
> ## Plot a 'ts' time series.
> data(AirPassengers)
> par(mfrow = c(1,2))
> MonthPlot(AirPassengers)
Error in as.POSIXlt.character(x, tz, ...) :
character string is not in a standard unambiguous format
Calls: MonthPlot ... as.POSIXct.default -> as.POSIXct -> as.POSIXlt -> as.POSIXlt.character
Execution halted
Any idea which this may fail?
Complete log from examples:
bsts-Ex.txt