This function plots a water discharge (Q
) and suspended
sediment concentration (SSC
) relationship.
hysteresis_plot(
dataframe,
datetime,
q,
ssc,
base_font_size = 12,
legend = "bottom",
...
)
A data set object
Datetime variable (column in POSIXct format), optional
Water discharge variable (or water stage)
Suspended sediment concentration variable
Font size (numeric, 12 by default)
the position of legends ("none", "left", "right", "bottom", "top", or two-element numeric vector)
Other arguments passed to ggpubr::theme_pubclean
A ggplot2
object