geom_tree {ggtree}R Documentation

geom_tree

Description

add tree layer

Usage

geom_tree(
  mapping = NULL,
  data = NULL,
  layout = "rectangular",
  multiPhylo = FALSE,
  ...
)

Arguments

mapping

aesthetic mapping

data

data

layout

one of 'rectangular', 'slanted', 'fan', 'circular', 'radial', 'equal_angle', 'daylight' or 'ape'

multiPhylo

logical

...

additional parameter

Value

tree layer

Author(s)

Yu Guangchuang


[Package ggtree version 2.2.4 Index]