powered by
For a given string, this function extracts three consecutive alphabets. This function is further used by genMatrix function.
genMatrix
genTriples(s)
List of three alphabet combinations of the string input.
A string. This is the string from which three consecutive alphabets are to be extracted.