Learn R Programming

languageR (version 1.5.0)

nesscg: Frequency spectrum for -ness in the demographic BNC

Description

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.

Usage

data(nesscg)

Arguments

Format

A data frame with 37 observations on the following 2 variables.

m

a numeric vector with word frequencies.

Vm

a numeric vector with the frequencies of word frequencies.

Examples

Run this code
# NOT RUN {
data(nesscg)
library(zipfR)
nesscg.spc = spc(m=nesscg$m, Vm = nesscg$Vm)
plot(nesscg.spc)
# }

Run the code above in your browser using DataLab