R/forecastScatter.R

forecastScatter = function(fcast, actual, ...){
  x = as.vector(fcast$mean)
  y = as.vector(actual)
  plot(x, y, ...)
  lines(x, x)
}
bplloyd/Core documentation built on May 13, 2019, 2:24 a.m.