R/V_spc.R

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

  attr(obj, "V")
}

Try the zipfR package in your browser

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

zipfR documentation built on Nov. 13, 2020, 3:01 a.m.