Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

Author(s)

R. H. Baayen

See Also

See Also growth.fnc.

Examples

## Not run: 
  data(alice)
  alice.growth = growth.fnc(alice)
  plot(alice.growth)
  plot(alice.growth, w = "Yule")

## End(Not run)

languageR

Analyzing Linguistic Data: A Practical Introduction to Statistics

v1.5.0
GPL (>= 2)
Authors
R. H. Baayen <harald.baayen@uni-tuebingen.de>, Elnaz Shafaei-Bajestan <elnaz.shafaei-bajestan@uni-tuebingen.de>
Initial release
2019-01-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.