
Last chance! 50% off unlimited learning
Sale ends in
This function defines the plot method for growth objects.
# S3 method for growth
plot(x, w = "all", ...)
A growth object.
A character string denoting the name of a specific variable to be plotted.
other parameters to be passed through to plotting functions.
A plot shown on the graphics device.
See Also growth.fnc
.
# NOT RUN {
data(alice)
alice.growth = growth.fnc(alice)
plot(alice.growth)
plot(alice.growth, w = "Yule")
# }
Run the code above in your browser using DataLab