twente {languageR} | R Documentation |
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
Vm
Twente News Corpus.
## Not run: data(twente) library(zipfR) twente.spc = spc(m=twente$m, Vm = twente$Vm) plot(twente.spc) ## End(Not run)