Description Usage Arguments Value Author(s) See Also Examples
Return the character representation of a PhyloSim object.
The character representation is the identifier of the PhyloSim object as returned by the getId
method.
1 2 | ## S3 method for class 'PhyloSim'
as.character(x, ...)
|
x |
A PhyloSim object. |
... |
Not used. |
A character vector of length one.
Botond Sipos, Gregory Jordan
For more information see PhyloSim
.
1 2 3 4 5 | # create a PhyloSim object
o<-PhyloSim(name="MySim");
# get character representation
as.character(o)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.