Description Usage Arguments Examples
This function allows for the detection of a particular sequence in a matrix.
1 | detect_seq(data, sequence, reps, diag = TRUE)
|
data |
A matrix. |
sequence |
The desired sequence to search for. |
reps |
Number of repetitions of the sequence. |
diag |
Do you want to search diagonals? Defaults to TRUE. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.