set_separator.RdThis function allows you to customize the appearance of separator lines in an
scplot object by specifying parameters such as color, line width, and line
type. You can pass these parameters as arguments, similar to those used in
element_line(), to modify the visual style of the separator lines in your plot
theme.
set_separator(object, ...)An scplot object (class scplot) returned from the scplot()
function.
List with line parameters ("colour"", "linewidth", "linetype").
See element_line().
An object of class scplot (seescplot()) with modified theme element.