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.
Examples
if (FALSE) { # \dontrun{
plot(ypr_population())
} # }