View source: R/sequence_find.R
sequence_find | R Documentation |
Find and extract duplicate sequences
sequence_find(vec, n)
vec |
vector with possible duplicates |
n |
length of sequence sought |
set.seed(42) x <- rnorm(10) x <- c(x, x[1:4] + 2.03) sequence_find(vec = x, n = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.