plot_bars | R Documentation |
This uses ggplot2::geom_tile()
to produce a grid with a row aligned with
each tip on the tree, and a column for each type of data specified. If no
scales are specified, one is created for each factor column in the metadata
table.
plot_bars(phylepic, ...)
phylepic |
object of class "phylepic". |
... |
scale specifications. |
If phylepic
is specified returns a ggplot, otherwise a function
that when passed a "phylepic" object produces a ggplot for use with
plot.phylepic()
.
Other phylepic plots:
plot.phylepic()
,
plot_calendar()
,
plot_epicurve()
,
plot_tree()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.