powered by
Get the character representation of a Site object.
# S3 method for Site as.character(x, ...)
A Site object.
Not used.
A character vector of length one containing the current state.
For more information see Site.
Site
# NOT RUN { # create site object s<-Site(alphabet=NucleotideAlphabet(),state="A") # get character represenation x<-as.character(s) x # }
Run the code above in your browser using DataLab