Add a title to a DNA bin plot in R

60 Views Asked by At

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.

0

There are 0 best solutions below