Displaying 1 result from an estimated 1 matches for "fcast2".
Did you mean:
cast2
2009 Aug 07
3
How do I plot a line followed by two forecast points?
...stDates2
[1] "1993-12-01" "1994-01-01" "1994-02-01" "1994-03-01" "1994-04-01"
"1994-05-01"
[7] "1994-06-01" "1994-07-01" "1994-08-01" "1994-09-01" "1994-10-01"
"1994-11-01"
> fcast2<-NULL; fcast2[1:length(fcastDates2)]="NA"; fcast2[length(fcast2)]<-15;
> par(new=TRUE);plot(fcastDates2,fcast2,yaxt="n",xaxt="n",col="blue")
Warning message:
In xy.coords(x, y, xlabel, ylabel, log) : NAs introduced by coercion