powered by
Returns the first rows of a growth object.
# S3 method for growth head(x, n = 6, ...)
The first n rows of the growth object are printed.
A growth object.
The number of lines to be shown.
R. H. Baayen
See Also growth.fnc.
growth.fnc
if (FALSE) { data(alice) alice.growth = growth.fnc(alice) head(alice.growth) }
Run the code above in your browser using DataLab