
Last chance! 50% off unlimited learning
Sale ends in
phylo4
or phylo4d
object.plotOneTree(xxyy, type, show.tip.label, show.node.label,
edge.color, node.color, tip.color, edge.width, rot)
phyloXXYY
functionedges(phy)
edges(phy)
indicating the widths of edge linestreePlot
, phyloXXYY
data(geospiza)
grid.newpage()
xxyy <- phyloXXYY(geospiza)
plotOneTree(xxyy, type = 'phylogram',
show.tip.label = TRUE, show.node.label = TRUE,
edge.color = 'black', node.color = 'orange', tip.color = 'blue',
edge.width = 1, rot = 0
)
grid.newpage()
pushViewport(viewport(w = 0.8, h = 0.8))
plotOneTree(xxyy, type = 'phylogram',
show.tip.label = TRUE, show.node.label = TRUE,
edge.color = 'black', node.color = 'orange', tip.color = 'blue',
edge.width = 1, rot = 0
)
popViewport()
Run the code above in your browser using DataLab