R/print.hubbell.R

"print.hubbell" <-
function (x, ...) 
{
  print(table(x), ...)
  invisible(x)
}

Try the hubbell package in your browser

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

hubbell documentation built on May 2, 2019, 5:40 p.m.