View source: R/setplotcolours.R
set_plot_colours | R Documentation |
Set colour for standard chart fillings and lines
set_plot_colours( line_colour = "darkblue", fill_colour = "deepskyblue", HVline_colour = "orange", alt_fill_colour = "white", alpha_setting = 0.3 )
line_colour |
general colour for lines |
fill_colour |
fill colour for plots like density plots |
HVline_colour |
colour of vertical and horizontal lines |
alt_fill_colour |
fill colour for plots like boxplots |
alpha_setting |
alpha value when fill_colour is used |
no output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.