nesscg {languageR} | R Documentation |
Frequency (m) and frequency of frequency (Vm) for string types with the suffix -ness in the context-governed subcorpus of the British National Corpus sampling spoken British English.
data(nesscg)
A data frame with 37 observations on the following 2 variables.
m
Vm
The British National Corpus, see http://www.natcorp.ox.ac.uk/
## Not run: data(nesscg) library(zipfR) nesscg.spc = spc(m=nesscg$m, Vm = nesscg$Vm) plot(nesscg.spc) ## End(Not run)