Description Usage Arguments Author(s) Examples
Determine the time of the maximum item in the supplied time series.
1 | time_at_peak(ts, icol = 1)
|
ts |
Time series |
icol |
Column index if a multi-column time series |
Peter Metcalfe
Peter Metcalfe
1 2 3 4 5 | require(dynatopmodel)
data(brompton)
with(brompton$storm.run, time_at_peak(qsim))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.