Description Usage Arguments Value Examples
The alphabet()
, shortName()
fullName()
and
nomenclature()
functions return the letters, names and associated
abbreviations for the type of ModString. alphabet()
returns the normal
letters and modification letters, whereas shortName()
,
fullName()
and nomenclature()
return results for modifications
only.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | shortName(x)
fullName(x)
nomenclature(x)
## S4 method for signature 'ModString'
alphabet(x, baseOnly = FALSE)
## S4 method for signature 'ModStringSet'
alphabet(x, baseOnly = FALSE)
## S4 method for signature 'ModString'
shortName(x)
## S4 method for signature 'ModStringSet'
shortName(x)
## S4 method for signature 'ModString'
fullName(x)
## S4 method for signature 'ModStringSet'
fullName(x)
## S4 method for signature 'ModString'
nomenclature(x)
## S4 method for signature 'ModStringSet'
nomenclature(x)
|
x |
a |
baseOnly |
|
a character vector.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.