add_dataline.Rd
Set and add datalines of an scplot
add_dataline(object, variable, line, point, type = "continuous", ...)
set_dataline(object, variable, line, point, type, ...)
An scplot object (class `scplot`) returned from the `scplot()` function.
Name of the dataline variable to apply the style.
A list (class element_line) with datapoint attributes: colour, linetype, size.
A list (class element_point) with datapoint attributes: colour, shape, size.
Either "continuous" or "descrete"
As a shortcut, arguments passed hear are bundled as `line` arguments. E.g. colour = "res", linewidth = 2.