plot_runoff: plot_runoff

View source: R/plot_runoff.R

plot_runoffR Documentation

plot_runoff

Description

plot_runoff

Usage

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


rpkgs/hydroTools documentation built on Oct. 8, 2024, 7:47 p.m.