R/print_lnre.R

print.lnre <- function (x, ...)
{
  if (! inherits(x, "lnre")) stop("argument must belong to a subclass of 'lnre'")

  summary.lnre(x)
}

Try the zipfR package in your browser

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

zipfR documentation built on Jan. 8, 2021, 2:37 a.m.