image.phyDat | R Documentation |
This function plots an image of an alignment of sequences.
## S3 method for class 'phyDat'
image(x, ...)
x |
an object containing sequences, an object of class |
... |
further arguments passed to or from other methods. |
A wrapper for using image.DNAbin
and image.AAbin
.
Codons triplets are handled as nucleotide sequences.
Nothing. The function is called for plotting.
image.DNAbin
, image.AAbin
data("chloroplast")
image(chloroplast[, 1:50], scheme="Clustal", show.aa = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.