| get_standard_alphabet {tidysq} | R Documentation |
Get standard alphabet for given type.
Description
Returns alphabet attribute of an object.
Usage
get_standard_alphabet(type)
Arguments
type |
[ |
Details
Each of standard sq types has exactly one predefined alphabet. It allows
tidysq to package to optimize type-specific operations like
complement() or translate(). This function
enables the user to access alphabet attribute common for all sq
objects of given type.
For list of letters specific to any of these standard alphabets, see
alphabet().
Value
An sq_alphabet object related to passed sq type.
See Also
Functions from alphabet module:
alphabet()
[Package tidysq version 1.1.3 Index]