Description Usage Arguments Value Author(s) See Also Examples
Get the character representation of a Site object.
1 2 | ## S3 method for class 'Site'
as.character(x, ...)
|
x |
A Site object. |
... |
Not used. |
A character vector of length one containing the current state.
Botond Sipos, Gregory Jordan
For more information see Site
.
1 2 3 4 5 6 7 | # create site object
s<-Site(alphabet=NucleotideAlphabet(),state="A")
# get character represenation
x<-as.character(s)
x
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.