facet_data {ggtree} | R Documentation |
extract data used in 'facet_plot' or 'geom_facet'
facet_data(tree_view, panel)
tree_view |
ggtree object |
panel |
data plotted in specific panel. If only one dataset used in the panel, return the data frame, else return a list of data frames. |
data frame or a list of data frames
Guangchuang Yu