head.growth {languageR} | R Documentation |
Returns the first rows of a growth object.
head.growth(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
.
data(alice) alice.growth = growth.fnc(alice) head(alice.growth)