HGTplot | R Documentation |
Visualize results form simHGT
HGTplot(sim, main = "Trait Evolution", cex = 1.5, lwd = 2,
pch = 16, ...)
sim |
Simulation output from |
main |
title of plot |
cex |
cex applied across plot, points and lines. |
lwd |
line width |
pch |
point choice, see |
... |
optional input arguments for |
library(phylofactor)
set.seed(5)
tree <- rtree(5)
sim <- simHGT(tree,0.3)
par(mfrow=c(2,1))
plot.phylo(tree)
HGTplot(sim,lwd=2,main='HGT Dynamics')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.