plotParallelSites {sitePath} | R Documentation |
Visualize the results of paraFixSites
plotParallelSites(x, ...) ## S3 method for class 'parallelSites' plotParallelSites(x, site = NULL, ...) ## S3 method for class 'paraFixSites' plotParallelSites(x, site = NULL, ...)
x |
return from |
... |
further arguments passed to or from other methods. |
site |
the number of the site according to
|
A ggplot
object.
data(zikv_tree) data(zikv_align) paraFix <- paraFixSites(zikv_tree, alignment = zikv_align) plotParallelSites(paraFix)