multiple_indicate_run takes a single binary chain binChain, a
valid index of that chain i, and a length of run p and tests
whether or not a run of that length starts at index i.
1 | multiple_indicate_run(binChain, p, i)
|
binChain |
A one dimensional integer vector representing a binary chain of data. |
p |
An integer representing the length of run to test for. |
i |
An integer representing a valid index of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.