ypr_plot_schedule {ypr} | R Documentation |
Plot Population or Ecotypes Schedule Terms
Description
Produces a bivariate line plot of two schedule terms.
Usage
ypr_plot_schedule(population, x = "Age", y = "Length")
Arguments
population |
An object of class |
x |
A string of the term on the x-axis. |
y |
A string of the term on the y-axis. |
Value
A ggplot2 object.
See Also
Other schedule:
ypr_tabulate_schedule()
Other plot:
ypr_plot_biomass()
,
ypr_plot_fish()
,
ypr_plot_sr()
,
ypr_plot_yield()
Examples
ypr_plot_schedule(ypr_population())
[Package ypr version 0.6.0 Index]