View source: R/sequence_extract.R
sequence_extract | R Documentation |
extract duplicate sequences
sequence_extract(th, vec)
th |
result of sequence_thresh |
vec |
vector with possible duplicates |
#' set.seed(42) x <- rnorm(10) x <- c(x, x[1:4] + 2.03) co <- sequence_cor(vec = x, n = 3) th <- sequence_thresh(co) sequence_extract(th, vec = x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.