Learn R Programming

languageR (version 1.6)

plot.growth: Plot method for growth objects

Description

This function defines the plot method for growth objects.

Usage

# S3 method for growth
plot(x, w = "all", ...)

Value

A plot shown on the graphics device.

Arguments

x

A growth object.

w

A character string denoting the name of a specific variable to be plotted.

...

other parameters to be passed through to plotting functions.

Author

R. H. Baayen

See Also

See Also growth.fnc.

Examples

Run this code
if (FALSE) {
  data(alice)
  alice.growth = growth.fnc(alice)
  plot(alice.growth)
  plot(alice.growth, w = "Yule")
}

Run the code above in your browser using DataLab