This 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, ...)

Arguments

object

An scplot object (class scplot) returned from the scplot() function.

...

List with line parameters ("colour"", "linewidth", "linetype"). See element_line().

Value

An object of class scplot (seescplot()) with modified theme element.