plot.growth {languageR}R Documentation

Plot method for growth objects

Description

This function defines the plot method for growth objects.

Usage

plot.growth(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.

Author(s)

R. H. Baayen

See Also

See Also growth.fnc.

Examples

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

[Package languageR version 0.1 Index]