The R package ape
allows us to create a plot of a DNAbin
class object which contains information on DNA sequence alignments.
Suppose I have a DNAbin object called myDNAbin
. I can use
> image.DNAbin(myDNAbin)
to generate a plot of the sequence alignments. Can I add a customized title to this plot?
The usual parameters such as
> image.DNAbin(myDNAbin, main = "my title)
don't appear to work.