genTriples {conjurer} | R Documentation |
Extracts Three Consecutive Alphabets of the String
Description
For a given string, this function extracts three consecutive alphabets. This function is further used by genMatrix
function.
Usage
genTriples(s)
Arguments
s |
A string. This is the string from which three consecutive alphabets are to be extracted. |
Value
List of three alphabet combinations of the string input.
[Package conjurer version 1.7.1 Index]