Learn R Programming

dynatopmodel (version 1.2.1)

time_at_peak: Time of maximum observation

Description

Determine the time of the maximum item in the supplied time series.

Usage

time_at_peak(ts, icol = 1)

Arguments

ts

Time series

icol

Column index if a multi-column time series

Examples

Run this code
# NOT RUN {
require(dynatopmodel)

data(brompton)

with(brompton$storm.run, time_at_peak(qsim))

# }

Run the code above in your browser using DataLab