base_breaks | R Documentation |
Mimic Base R break
base_breaks(
x,
y,
scale_x = T,
scale_y = T,
x_lab_fun = function(x) { x },
y_lab_fun = function(x) { x },
n_wrap = 10,
outlier = 0.05,
expand_x_conti = c(0.05, 0),
expand_y_conti = c(0.05, 0),
expand_x_disc = c(0, 0.6),
expand_y_disc = c(0, 0.6)
)
x |
string with which to prefix names of |
y |
func_regex Regular expression to filter the list of ggplot functions to make pipe-enabled. The default regex will capture all |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.