Produces a bivariate line plot of two schedule terms.

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

Examples

ypr_plot_schedule(ypr_population())