RepeatingSequences
RepeatingSequences[sequence,k]⟹sequences
this function takes a sequence and returns a list of subsequences of length k from the entire sequence that are repeated.
RepeatingSequences[sequence,k,Span[m,n]]⟹sequences
this function takes a sequence and returns a list of subsequences of length k from the position m to positon n in the sequence that are repeated.
RepeatingSequences[sequence]⟹sequences
this function takes a sequence and returns a list of subsequences from length spesified by the MinLevel option to the largest repeat length present from the entire sequence that are repeated.
RepeatingSequences[sequence,Span[m,n]]⟹sequences
this function takes a sequence and returns a list of subsequences from length spesified by the MinLevel option to the largest repeat length present from the position m to positon n in the sequence that are repeated.


