Visualize the results of paraFixSites

plotParallelSites(x, ...)

# S3 method for parallelSites
plotParallelSites(x, site = NULL, ...)

# S3 method for paraFixSites
plotParallelSites(x, site = NULL, ...)

Arguments

x

return from paraFixSites

...

further arguments passed to or from other methods.

site

the number of the site according to setSiteNumbering

Value

A ggplot object.

Examples

data(zikv_tree)
data(zikv_align)
paraFix <- paraFixSites(zikv_tree, alignment = zikv_align)
plotParallelSites(paraFix)