R/N_vgc.R

N.vgc <- function (obj, ...)
{
  if (! inherits(obj, "vgc")) stop("argument must be object of class 'vgc'")

  obj$N
}

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.