subseq_tot: Find indices of subsequences in a given subsequence

Description Usage Arguments Value Further details Examples

View source: R/subseq_tot.R

Description

Find indices of subsequences in a given subsequence

Usage

1
subseq_tot(x, y)

Arguments

x

subsequence to test for

y

sequence to compare to

Value

Total number of instances of subsequence, the indices of the subsequences in the sequence, the length of the sequence, the frequency of the subsequence

Further details

Find indices of subsequences in a given subsequence

Examples

1
subseq_tot("ab","adcabdadabdadabdabd")

jalapic/behavseq documentation built on May 18, 2019, 11:17 a.m.