Description Usage Arguments Value Author(s) See Also Examples
Returns the first rows of a growth object.
1 2 |
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 first n rows of the growth object are printed.
R. H. Baayen
See Also growth.fnc
.
1 2 3 4 5 6 | ## 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.