powered by
Prints last rows of growth object.
# S3 method for growth tail(x, n = 6, ...)
A growth object.
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.
See Also growth.fnc.
growth.fnc
# NOT RUN { data(alice) alice.growth = growth.fnc(alice) tail(alice.growth) # }
Run the code above in your browser using DataLab