Learn R Programming

preseqR (version 4.0.0)

Dickens: Dickens' vocabulary

Description

Words frequencies of a collection of Charles Dickens from Project Gutenberg

Arguments

Details

A two-column matrix. The first column is the frequency \(j = 1,2,\dots\); and the second column is \(N_j\), the number of unique words appeared exactly \(j\) times in a collection of Charles Dickens.

References

http://zipfr.r-forge.r-project.org/

Examples

Run this code
# NOT RUN {
##load library
library(preseqR)

##load data
data(Dickens)
# }

Run the code above in your browser using DataLab