Formats a diagonal label. Can return a simple column name, a column label (if attribute defined), a fractured column label (split on spaces), or a processed symbol (over-rides label).
diag_label(
varname,
.data,
diag_label_simple = metOption("diag_label_simple", FALSE),
diag_label_split = metOption("diag_label_split", TRUE),
diag_symbol_format = metOption("diag_symbol_format", "wikisym2plotmath"),
verbose = metOption("verbose_diag_label", FALSE),
...
)character
character
data.frame
logical: just return varname?
whether to substitute line breaks for spaces
function to process symbol attribute, if present
generate messages describing process
ignored
Other panel functions:
boxplot_panel(),
categorical_panel(),
corsplom_gg_correlation(),
corsplom_gg_diagonal(),
corsplom_gg_scatter(),
corsplom_panel_correlation(),
corsplom_panel_diagonal(),
corsplom_panel_scatter(),
dens_panel(),
diag_pin(),
iso_prepanel(),
metaplot_key(),
metaplot_ref(),
panel.meta_densityplot(),
panel_tile(),
scatter_panel_ref(),
scatter_panel()
Other formatters:
wikisym2plotmath_(),
wikisym2plotmath()