show.growth {languageR} | R Documentation |
A print method for growth objects created with growth.fnc
.
show.growth(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
.
data(alice) alice.growth = growth.fnc(alice, chunks= c(5000, 10000, 15000)) alice.growth