Description Usage Value Examples
The begining and ending position of HW con3
episode
1 | HW_episode(y, ibegin, iend, TRS_high, mink = 3L)
|
i_end
, the ending index of rollmean(y) >= TRS_low
if not statisfied 0 will be returned
if statisfied, i_end will be returned
1 2 | y = c(20, 24, 25, 27, 20, 19, 16, 15)
HW_episode(y, seq_along(y), 24, 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.