base_facet | R Documentation |
Mimic Base R break
base_facet(
p,
facets,
scales = "free",
label_format_number = "{var.name} = {var.value}",
label_format_string = "{var.value}",
label_column = NA,
smart_label = T,
guides = "collect",
nrow = "auto",
ncol = "auto",
x_lab_fun = function(x) { x },
y_lab_fun = function(x) { x },
after_dat = NA,
after_fun = NA,
flip = F,
n_wrap = 10,
...
)
p |
plot |
facets |
a vector of column names used for facet |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.