quick_facet {ezplot} | R Documentation |
Quick facet
Description
Applies faceting to ggplot objects when g[["data"]] has a
facet_x
or facet_y
column.
Usage
quick_facet(g, ncol = NULL, ...)
Arguments
g |
A ggplot object. |
ncol |
Number of facet columns. |
... |
Arguments to pass to |
[Package ezplot version 0.7.13 Index]