genTriples: Extracts Three Consecutive Alphabets of the String

View source: R/genTriples.R

genTriplesR 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.


conjurer documentation built on Jan. 22, 2023, 1:16 a.m.