Learn R Programming

languageR (version 1.0)

nessdemog: Frequency spectrum for -ness in the context-governed BNC

Description

Frequency (m) and frequency of frequency (Vm) for string types with the suffix -ness in the demographic subcorpus of the British National Corpus sampling spoken British English.

Usage

data(nessdemog)

Arguments

source

The British National Corpus, see http://www.natcorp.ox.ac.uk/

Examples

Run this code
data(nessdemog)
library(zipfR)
nessdemog.spc = spc(m=nessdemog$m, Vm = nessdemog$Vm)
plot(nessdemog.spc)

Run the code above in your browser using DataLab