View source: R/plotFixationSites.R
plotFixationSites | R Documentation |
Visualize the results of paraFixSites
plotFixationSites(x, ...) ## S3 method for class 'fixationSites' plotFixationSites(x, site = NULL, ...) ## S3 method for class 'paraFixSites' plotFixationSites(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_reduced) data(zikv_align_reduced) paraFix <- paraFixSites(zikv_tree_reduced, alignment = zikv_align_reduced) plotFixationSites(paraFix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.