Skip to contents

plot_volumes

Usage

plot_volumes(
  out,
  xlab = "Tag im Jahr",
  ylab = "Volumen (Mio m3)",
  legend_title = "Teilraum",
  legend_labels = c("Epilimnion", "Hypolimnion")
)

Arguments

out

output from `ode` (deSolve Object).

xlab

Label for the x-axis.

ylab

Label for the y-axis.

legend_title

Title for the legend.

legend_labels

Labels for the legend entries (corresponding to Epilimnion and Hypolimnion).

Value

A ggplot object.