R/print.forecast.ctree.R

Defines functions print.forecast.ctree

Documented in print.forecast.ctree

print.forecast.ctree <- function(x, digits = max(3L, getOption("digits") - 3L), ...){
  predictor <- x$predictor
  names(predictor) <- 1:length(predictor)
  cat("\n")
  print.default(format(predictor), print.gap = 2L, quote = FALSE)
  cat("\n")
  invisible(x)
}

Try the macs package in your browser

Any scripts or data that you put into this service are public.

macs documentation built on Oct. 9, 2019, 5:05 p.m.