R/print.weightcast.R

#' @export
print.weightcast <- function(x, ...) {
    cat(paste("WeightCast object with", length(x), "chosen weight(s):\n\n"))
    cat(paste(names(x), collapse = "\n"))
    cat("\n\nSee 'help(forecast)' for instructions on how to run final forecasts using selected weights.\n")
    invisible(x)
} 
IQSS/AutoCast documentation built on May 7, 2019, 6:02 a.m.