set_background {scplot} | R Documentation |
Set plot and panel background of an scplot
Description
Set plot and panel background of an scplot
Usage
set_background(object, ...)
set_panel(object, ...)
Arguments
object |
An scplot object (class |
... |
List with rectangle parameters ( |
Value
An object of class scplot
(seescplot()
).
Examples
data(exampleAB, package = "scan")
p1 <- scplot(exampleAB) |>
set_background(fill = "lightblue", colour = "darkblue", linewidth = 1.5) |>
set_panel(fill = "deepskyblue", color = "darkblue", linewidth = 0.3)
[Package scplot version 0.4.0 Index]