Learn R Programming

ypr (version 0.6.0)

plot.ypr_population: Plot Population Schedule

Description

Plot Population Schedule

Usage

# S3 method for ypr_population
plot(x, type = "b", ...)

Value

An invisible copy of the original object.

Arguments

x

The population to plot.

type

A string specifying the plot type. Possible values include 'b', 'p' and 'l'.

...

Additional arguments passed to graphics::plot function.

See Also

Examples

Run this code
if (FALSE) {
plot(ypr_population())
}

Run the code above in your browser using DataLab