R/print.landscape.R

"print.landscape" <-
  function(x, ...)
{
  print(table(as.vector(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.