add_grid | R Documentation |
Add grid to an scplot
add_grid(object, ...)
object |
An scplot object (class |
... |
Line arguments (see |
An object of class scplot
(seescplot()
).
element_line()
data(exampleAB, package = "scan")
p1 <- scplot(exampleAB$Anja) |>
set_theme("minimal") |>
add_grid(color = "grey70")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.