R/print.hd.R

Defines functions print.hd

#' @export

print.hd <- function(x, ...){

  cat("\nHistorical decomposition:\n")
  print(x[])
  invisible(x)
}

Try the svars package in your browser

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

svars documentation built on Feb. 16, 2023, 7:52 p.m.