Show last rows of growth object.
Prints last rows of growth object.
## S3 method for class 'growth' tail(x, n = 6, ...)
x |
A growth object. |
n |
An integer specifying the number of lines to be shown. |
... |
other parameters to be passed through to plotting functions. |
The last n rows of the growth object are printed.
R. H. Baayen
See Also growth.fnc.
## Not run: data(alice) alice.growth = growth.fnc(alice) tail(alice.growth) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.