plot.ypr_population {ypr} | R Documentation |
Plot Population Schedule
Description
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
## Not run:
plot(ypr_population())
## End(Not run)
[Package ypr version 0.6.0 Index]