Plot model output. This function plots the output of a fitted model data frame.
plot_model(output, linesize, textsize, xlabel, ylabel, legend_title,
levels, values, ...)
data frame output from solve_eqns().
numeric value for line width in ggplot.
numeric value for textsize in ggplot.
character string for x axis label.
character string for y axis label.
character string for legend title.
character vector of the variable names in the order they should be plotted. Default is to obtain the order from the initial conditions vector 'ics'.
vector specifying manual color scale. Length must equal the number of model variables.
extra argument to be passed through to ggplot scale_colour_manual: use 'labels' to change the legend names
ggplot object