plot.growth: Plot method for growth objects

Description Usage Arguments Value Author(s) See Also Examples

Description

This function defines the plot method for growth objects.

Usage

1
2
## 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.

Author(s)

R. H. Baayen

See Also

See Also growth.fnc.

Examples

1
2
3
4
5
6
7
## Not run: 
  data(alice)
  alice.growth = growth.fnc(alice)
  plot(alice.growth)
  plot(alice.growth, w = "Yule")

## End(Not run)

languageR documentation built on May 2, 2019, 10:02 a.m.