Description Usage Arguments Value Author(s) References See Also Examples
This function converts a growth object (as defined in the languageR package) to a vgc object (as defined in the zipfR package).
1 | growth2vgc.fnc(growth)
|
growth |
A growth object obtained with growth.fnc(). |
A vcg object as defined in the zipfR library.
R. H. Baayen
R. H. Baayen (2001) Word Frequency Distributions, Dordrecht: Kluwer Academic Publishers.
zipfR Website: <URL: http://purl.org/stefan.evert/zipfR/>
See also growth.fnc
and the zipfR package.
1 2 3 4 5 6 7 8 9 | ## Not run:
library(zipfR)
data(alice)
alice.growth = growth.fnc(text = alice, size = 648, nchunks = 40)
alice.vgc = growth2vgc.fnc(alice.growth)
plot(alice.vgc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.