Description Usage Arguments Value Author(s) See Also Examples
Get the character representation of an Alphabet object.
1 2  | ## S3 method for class 'Alphabet'
as.character(x, ...)
 | 
x | 
 An Alphabet object  | 
... | 
 Not used.  | 
Returns the character vector containing the symbol set.
Botond Sipos, Gregory Jordan
For more information see Alphabet.
1 2 3 4 5  | 	# create alphabet object
	a<-Alphabet(symbols=c("A","T","G","C","N"))
	# get charcter representation
	as.character(a)
 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.