geom_tree
add tree layer
geom_tree( mapping = NULL, data = NULL, layout = "rectangular", multiPhylo = FALSE, continuous = "none", ... )
mapping |
aesthetic mapping |
data |
data |
layout |
one of 'rectangular', 'dendrogram', 'slanted', 'ellipse', 'roundrect', 'fan', 'circular', 'inward_circular', 'radial', 'equal_angle', 'daylight' or 'ape' |
multiPhylo |
logical, whether input data contains multiple phylo class. |
continuous |
character, continuous transition for selected aesthethic ('size' or 'color'('colour')). It should be one of 'color' (or 'colour'), 'size', 'all' and 'none', default is 'none' |
... |
additional parameter some dot arguments:
|
tree layer
geom_tree()
understands the following aesthethics:
color
character, control the color of line, default is black (continuous
is "none").
linetype
control the type of line, default is 1 (solid).
size
numeric, control the width of line, default is 0.5 (continuous
is "none").
Yu Guangchuang
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.