nessw | R Documentation |
Frequency (m) and frequency of frequency (Vm) for string types with the suffix -ness in the subcorpus of the British National Corpus sampling written British English.
data(nessw)
A data frame with 189 observations on the following 2 variables.
m
a numeric vector with word frequencies.
Vm
a numeric vector with the frequencies of word frequencies.
The British National Corpus, see http://www.natcorp.ox.ac.uk/
## Not run:
data(nessw)
library(zipfR)
nessw.spc = spc(m=nessw$m, Vm = nessw$Vm)
plot(nessw.spc)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.