R/print.tsbugs.R

Defines functions print.tsbugs

Documented in print.tsbugs

print.tsbugs <-
function(x, ...){
  cat(x$bug,sep="\n", ...)
}

Try the tsbugs package in your browser

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

tsbugs documentation built on Jan. 26, 2019, 1:04 a.m.