axis_labs | R Documentation |
Generate axis labels or col/label structures for plots
axis_labs(.spec, vars = NULL, .fun = axis_label, ...)
axis_col_labs(.spec, vars = NULL, ..., .fun = axis_label)
axis_label(x, .add_unit = TRUE, ...)
axis_asis(x)
.spec |
a yspec object |
vars |
a quosure or character vector; passed to tidyselect::vars_select |
.fun |
a function that forms the axis label data for |
... |
arguments passed to |
x |
a ycol object |
.add_unit |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.