genTriples | R Documentation |
For a given string, this function extracts three consecutive alphabets. This function is further used by genMatrix
function.
genTriples(s)
s |
A string. This is the string from which three consecutive alphabets are to be extracted. |
List of three alphabet combinations of the string input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.