Visualize the results of paraFixSites
plotFixationSites(x, ...)
# S3 method for fixationSites
plotFixationSites(x, site = NULL, ...)
# S3 method for paraFixSites
plotFixationSites(x, site = NULL, ...)
return from paraFixSites
further arguments passed to or from other methods.
the number of the site according to
setSiteNumbering
. If not provided, all sites will be plotted
as labels on the tree
A ggplot
object.
data(zikv_tree_reduced)
data(zikv_align_reduced)
paraFix <- paraFixSites(zikv_tree_reduced, alignment = zikv_align_reduced)
plotFixationSites(paraFix)