set_background.RdThe set_background() function allows you to customize the plot background
of an scplot object by specifying parameters such as fill color, border color,
line width, and line type. Similarly, the set_panel() function enables you
to set the panel background with the same customizable parameters. These
functions enhance the visual appearance of your plots by allowing you to
tailor the background styles to your preferences.
set_background(object, ...)
set_panel(object, ...)An scplot object (class scplot) returned from the scplot()
function.
List with rectangle parameters ("fill", "colour", "linewidth", "linetype"). See element_rect().
An object of class scplot (seescplot()).