Plot Population Schedule

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

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.

Value

An invisible copy of the original object.

See also

Examples

if (FALSE) {
plot(ypr_population())
}