Description Usage Arguments Value Author(s) See Also Examples
Get the string representation of a Sequence object. The string representation is the concatenation of the states of the aggregated Site object. Undefined states (NA-s) are represented by question marks.
1 2 | ## S3 method for class 'Sequence'
as.character(x, ...)
|
x |
A Sequence object. |
... |
Not used. |
A character vector of length one.
Botond Sipos, Gregory Jordan
For more information see Sequence
.
1 2 3 4 5 | # create object
s<-Sequence(length=10)
# get character representation
as.character(s)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.