| bb_facet_wrap | R Documentation |
Facet a bbplot object into multiple panels.
bb_facet_wrap(facets, ncol = NULL, nrow = NULL, scales = "fixed")
facets |
a formula specifying faceting variable, e.g. |
ncol |
number of columns. |
nrow |
number of rows. |
scales |
scale behavior across facets, one of 'fixed', 'free', 'free_x', or 'free_y'. |
A modified bbplot object
Guangchuang Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.