print.growth | R Documentation |
Print method for growth objects.
## S3 method for class 'growth'
print(x, ...)
x |
A growth object, as produced by |
... |
other parameters to be passed through to plotting functions. |
The data frame with chunk sizes and associated vocabulary statistics
is printed. To access the data frame that is being shown, use
<my.growth.object>@data$data
.
R. H. Baayen
See also growth.fnc
.
## Not run:
data(alice)
alice.growth = growth.fnc(alice)
alice.growth
# for accessing the printed data frame:
alice.growth@data$data[1:4,]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.