head.growth | R Documentation |
Returns the first rows of a growth object.
## S3 method for class 'growth'
head(x, n = 6, ...)
x |
A growth object. |
n |
The number of lines to be shown. |
The first n rows of the growth object are printed.
R. H. Baayen
See Also growth.fnc
.
## Not run:
data(alice)
alice.growth = growth.fnc(alice)
head(alice.growth)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.