Learn R Programming

weco (version 1.2)

weco.rl: Get running lengths

Description

Get running lengths

Usage

weco.rl(weco.rst)

Arguments

weco.rst

A class weco vector returned from weco.rule or weco.combine

Value

A vector of running lengths detected from the observed continuously observed data

See Also

weco.rule, weco.combine

Examples

Run this code
# NOT RUN {
x        <- rnorm(1000);
rst.comb <- weco.combine(x, lst.rules=list(list(1), list(2, k=9)));
weco.rl(rst.comb);


# }

Run the code above in your browser using DataLab