powered by
Return the lag, in hours, between the peak in the rainfall record and that of the discharge
time_to_peak(rain, qsim, units = "hour")
Time series of rainfall.
Time series of discharges.
Units in which to return the value
time_at_peak
# NOT RUN { require(dynatopmodel) data(brompton) with(brompton$storm.run, time_to_peak(rain, qsim)) # }
Run the code above in your browser using DataLab