Description Usage Arguments Value Author(s) See Also Examples
Get the symbol set from an Alphabet object.
1 2 | ## S3 method for class 'Alphabet'
getSymbols(this, ...)
|
this |
An Alphabet object. |
... |
Not used. |
A character vector containing the symbol set of the Alphabet object.
Botond Sipos, Gregory Jordan
For more information see Alphabet
.
1 2 3 4 5 6 7 | # create a new alphabet object
a<-Alphabet(symbols=c("AC","GT"));
# get the symbols
getSymbols(a)
# get the symbols by using the virtual field
a$symbols
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.