Dickens {preseqR}R Documentation

Dickens' vocabulary

Description

Words frequencies of a collection of Charles Dickens from Project Gutenberg

Details

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

References

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

Examples

##load library
library(preseqR)

##load data
data(Dickens)

[Package preseqR version 4.0.0 Index]