Skip to contents

Plot Population Schedule

Usage

# S3 method for class '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) { # \dontrun{
plot(ypr_population())
} # }