weco.rl {weco} | R Documentation |
Get running lengths
weco.rl(weco.rst)
weco.rst |
A class |
A vector of running lengths detected from the observed continuously observed data
x <- rnorm(1000); rst.comb <- weco.combine(x, lst.rules=list(list(1), list(2, k=9))); weco.rl(rst.comb);