Description Usage Arguments Value Author(s) See Also Examples
A print method for growth objects created with growth.fnc
.
1 2 | ## S3 method for class 'growth'
show(x)
|
x |
A growth object. |
Prints growth object. To access the data frame embedded in the
growth object, use <my.growth.object>@data$data
.
R. H. Baayen
See Also growth.fnc
.
1 2 3 4 5 6 | ## Not run:
data(alice)
alice.growth = growth.fnc(alice, chunks= c(5000, 10000, 15000))
alice.growth
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.