Description Usage Arguments Value Author(s) See Also Examples
Get the length of the symbols in a given alphabet object.
1 2 | ## S3 method for class 'Alphabet'
getSymbolLength(this, ...)
|
this |
An Alphabet object. |
... |
Not used. |
A numeric vector of length one.
Botond Sipos, Gregory Jordan
For more information see Alphabet
.
1 2 3 4 5 6 7 8 | # create an alphabet object
a<-Alphabet(symbols=c("AAA","AAC"));
# get symbol length
getSymbolLength(a);
# get symbol length via virtual field
a$symbolLength
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.