ypr_plot_schedule: Plot Population or Ecotypes Schedule Terms

View source: R/plot-schedule.R

ypr_plot_scheduleR 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 ypr_population().

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())

ypr documentation built on Aug. 30, 2022, 1:11 a.m.