facet_plot {ggtree}R Documentation

facet_plot

Description

plot tree associated data in an additional panel

Usage

facet_plot(p, panel, data, geom, mapping = NULL, ...)

Arguments

p

tree view

panel

panel name for plot of input data

data

data to plot by 'geom', first column should be matched with tip label of tree

geom

geom function to plot the data

mapping

aes mapping for 'geom'

...

additional parameters for 'geom'

Value

ggplot object

Author(s)

Guangchuang Yu


[Package ggtree version 1.10.5 Index]