plot.lineagePath {sitePath} | R Documentation |
Visualize lineagePath
object. A tree diagram will be plotted
and paths are black solid line while the trimmed nodes and tips will use
grey dashed line.
## S3 method for class 'lineagePath' plot(x, y = TRUE, ...)
x |
A |
y |
Whether plot the nodes from the |
... |
Arguments in |
The function only makes plot and returns no value
(It behaviors like the generic plot
function).
data("zikv_tree") data("zikv_align") tree <- addMSA(zikv_tree, alignment = zikv_align) plot(lineagePath(tree, 0.996))