View source: R/plot_param_absolute.R
plot_param_absolute | R Documentation |
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,
linetype = NULL,
interaction_col_lty = NULL,
interaction_col_color = NULL
)
data |
Default = NULL. |
size |
Default = 1.5. Line size |
theme |
Default = NULL. |
theme_default |
Default = ggplot2::theme_bw(). Default rchart themes. |
ncol |
Default = 3. Number of columns. |
scales |
Default = "free". Choose between "free", "free_y", "free_x", "fixed" |
break_interval |
Default = NULL. Intervals between x breaks starting from first x point. |
include_points |
Default = FALSE. Add data points to all line charts. |
palette |
Default = NULL. Named vector with custom palette colors (can include classes, regions, and/or scenarios; scenario colors will be used if provided) |
linetype |
Default = NULL. Named vector with custom linetypes (solid lines will be used if not provided) |
interaction_col_lty |
Default = NULL. Column to use for interaction plot linetype. |
interaction_col_color |
Default = NULL. Column to use for interaction plot color. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.