Learn R Programming

languageR (version 1.0)

plot.growth: Plot method for growth objects

Description

This function defines the plot method for growth objects.

Usage

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

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.

Value

  • A plot shown on the graphics device.

See Also

See Also growth.fnc.

Examples

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

Run the code above in your browser using DataLab