Description Usage Arguments Author(s) See Also Examples
Return the lag, in hours, between the peak in the rainfall record and that of the discharge
| 1 | time_to_peak(rain, qsim, units = "hour")
 | 
| rain | Time series of rainfall. | 
| qsim | Time series of discharges. | 
| units | Units in which to return the value | 
Peter Metcalfe
time_at_peak
| 1 2 3 4 5 | require(dynatopmodel)
data(brompton)
with(brompton$storm.run, time_to_peak(rain, qsim))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.