R/VV_spc.R

VV.spc <- function (obj, N=NA, ...)
{
  if (! inherits(obj, "spc")) stop("argument must be object of class 'spc'")
  if (!attr(obj, "hasVariances")) stop("no variance data available for frequency spectrum")
  if (!missing(N)) stop("argument 'N' not allowed for object of class 'spc'")
  
  attr(obj, "VV")
}

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.