R/print.tsbugs.R

Defines functions print.tsbugs

Documented in print.tsbugs

print.tsbugs <-
function(x, ...){
  cat(x$bug,sep="\n", ...)
}
gjabel/tsbugs documentation built on Aug. 19, 2021, 12:47 a.m.