facet_plot {ggtree} | R Documentation |
plot tree associated data in an additional panel
facet_plot(p, panel, data, geom, mapping = NULL, ...)
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' |
ggplot object
Guangchuang Yu