plot.ypr_population | R Documentation |
Plot Population Schedule
## S3 method for class 'ypr_population' plot(x, type = "b", ...)
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. |
An invisible copy of the original object.
graphics::plot
## Not run: plot(ypr_population()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.