Learn R Programming

languageR (version 1.5.0)

nessw: Frequency spectrum for -ness in the written BNC

Description

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.

Usage

data(nessw)

Arguments

Format

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.

Examples

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

Run the code above in your browser using DataLab