zipf.fnc: Zipf's rank frequency distribution

Description Usage Arguments Value Author(s) References See Also Examples

Description

This function calculates Zipf's rank-frequency distribution for a text vector, and optionally produces the rank-frequency plot.

Usage

1

Arguments

text

A character vector containing a text.

plot

Logical, if TRUE, a rank-frequency plot is shown on the graphics device.

Value

A data frame with variables

frequency

Word Frequencies, ordered from large to small.

freqOfFreq

Frequencies of word frequencies.

rank

Zipf rank.

Author(s)

R. H. Baayen

References

Zipf, G. K. (1935) The Psycho-Biology of Language, Boston: Houghton Mifflin.

Zipf, G. K. (1949) Human Behavior and the Principle of the Least Effort. An Introduction to Human Ecology, New York: Hafner.

Baayen, R. H. (2001) Word Frequency Distributions, Dordrecht: Kluwer.

See Also

See also growth.fnc.

Examples

1
2
3
4
5
6
## Not run: 
data(alice)
alice.zipf = zipf.fnc(alice, plot = TRUE) 
head(alice.zipf)

## End(Not run)

languageR documentation built on May 2, 2019, 10:02 a.m.