generate summary plot
plot_param_absolute(
data = NULL,
size = 1.5,
theme = NULL,
theme_default = ggplot2::theme_bw(),
ncol = 3,
scales = "free_y",
break_interval = NULL,
include_points = FALSE,
palette = NULL,
interaction_col_lty = NULL,
interaction_col_color = NULL
)
Default = NULL.
Default = 1.5. Line size
Default = NULL.
Default = ggplot2::theme_bw(). Default rchart themes.
Default = 3. Number of columns.
Default = "free". Choose between "free", "free_y", "free_x", "fixed"
Default = NULL. Intervals between x breaks starting from first x point.
Default = FALSE. Add data points to all line charts.
Default = NULL. Named vector with custom palette colors (can include classes, regions, and/or scenarios; scenario colors will be used if provided)
Default = NULL. Column to use for interaction plot linetype.
Default = NULL. Column to use for interaction plot color.