geom_tree: geom_tree

Description Usage Arguments Value Author(s)

View source: R/geom_tree.R

Description

add tree layer

Usage

1
2
3
4
5
6
7
geom_tree(
  mapping = NULL,
  data = NULL,
  layout = "rectangular",
  multiPhylo = FALSE,
  ...
)

Arguments

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

...

additional parameter

Value

tree layer

Author(s)

Yu Guangchuang


ggtree documentation built on Nov. 15, 2020, 2:09 a.m.