R/vec2spc.R

vec2spc <- function (x)
{
  tfl2spc(vec2tfl(x)) # could be optimized by calculating spectrum directly: table(table(x))
}

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.