tip.data.plot | R Documentation |
Plotting phylogenetic trees and associated data
tip.data.plot(
xxyy,
type = c("phylogram", "cladogram", "fan"),
show.tip.label = TRUE,
show.node.label = FALSE,
rot = 0,
tip.plot.fun = grid.points,
edge.color = "black",
node.color = "black",
tip.color = "black",
edge.width = 1,
...
)
xxyy |
A list created by the |
type |
A character string indicating the shape of plotted tree |
show.tip.label |
Logical, indicating whether tip labels should be shown |
show.node.label |
Logical, indicating whether node labels should be shown |
rot |
Numeric indicating the rotation of the plot in degrees |
tip.plot.fun |
A function used to plot the data elements of a
|
edge.color |
A vector of colors in the order of |
node.color |
A vector of colors indicating the colors of the node labels |
tip.color |
A vector of colors indicating the colors of the tip labels |
edge.width |
A vector in the order of |
... |
Additional parameters passed to |
creates a plot on the current graphics device.
Peter Cowan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.