powered by
Return the character representation of a PhyloSim object.
The character representation is the identifier of the PhyloSim object as returned by the getId method.
getId
# S3 method for PhyloSim as.character(x, ...)
A PhyloSim object.
Not used.
A character vector of length one.
For more information see PhyloSim.
PhyloSim
# NOT RUN { # create a PhyloSim object o<-PhyloSim(name="MySim"); # get character representation as.character(o) # }
Run the code above in your browser using DataLab