.to_vlkr_plot {volker} | R Documentation |
Add the volker class and options
Description
Add the volker class and options
Usage
.to_vlkr_plot(
pl,
rows = NULL,
maxlab = NULL,
baseline = TRUE,
theme_options = TRUE
)
Arguments
pl |
A ggplot object. |
rows |
The number of items on the vertical axis. Will be automatically determined when NULL. For stacked bar charts, don't forget to set the group parameter, otherwise it won't work |
maxlab |
The character length of the longest label to be plotted. Will be automatically determined when NULL. on the vertical axis. |
baseline |
Whether to print a message about removed values. |
theme_options |
Enable or disable axis titles and text, by providing a list with any of the elements axis.text.x, axis.text.y, axis.title.x, axis.title.y set to TRUE or FALSE. By default, titles (=scale labels) are disabled and text (= the tick labels) are enabled. |
Value
A ggplot object with vlkr_plt class.
[Package volker version 3.1.0 Index]