powered by
Frequency (m) and frequency of frequency (Vm) for string types in the Twente News Corpus.
data(twente)
A data frame with 4639 observations on the following 2 variables.
m
a numeric vector with word frequencies.
Vm
a numeric vector with the frequencies of word frequencies.
# NOT RUN { data(twente) library(zipfR) twente.spc = spc(m=twente$m, Vm = twente$Vm) plot(twente.spc) # }
Run the code above in your browser using DataLab