plot_runoff

plot_runoff(
  df_q,
  df_prcp = NULL,
  xlim = NULL,
  ylim2 = c(50, 0),
  legend.position = c(1, 1),
  legend.justification = c(1, 1),
  ...
)

Arguments

df_q

A data.frame with the columns of date, Qsim, Qobs. At least one of Qsim and Qobs should be provided.

df_prcp

A data.frame with the columns of date, prcp

xlim

limit of x axis

ylim2

limit of second y axis (for precipitation)

...

other parameters passed to plot() for precipitation plot