letter_to_idx {jmotif}R Documentation

Get the index for an ASCII letter.

Description

Get the index for an ASCII letter.

Usage

letter_to_idx(letter)

Arguments

letter

the letter.

Examples

# letter 'b' translates to 2
letter_to_idx('b')

[Package jmotif version 1.1.1 Index]