Learn R Programming

languageR (version 1.6)

show.growth: Plot method for growth objects.

Description

A print method for growth objects created with growth.fnc.

Usage

# S3 method for growth
show(x)

Value

Prints growth object. To access the data frame embedded in the growth object, use <my.growth.object>@data$data.

Arguments

x

A growth object.

Author

R. H. Baayen

See Also

See Also growth.fnc.

Examples

Run this code
if (FALSE) {
  data(alice)
  alice.growth = growth.fnc(alice, chunks= c(5000, 10000, 15000))
  alice.growth
}

Run the code above in your browser using DataLab