man/examples/HImid_example.R

library(dplyr)
data(djan)
output_table <- hydro_events(dataframe = djan,
                             q = discharge,
                             datetime = time,
                             window = 21)

output_table %>%
  filter(he == 3) %>%
  HImid(q = discharge, ssc = SS)
atsyplenkov/loadflux documentation built on March 10, 2023, 8:18 p.m.