add_grid.Rd
Add grid to an scplot
add_grid(object, ...)
An scplot object (class scplot) returned from the scplot() function.
scplot
scplot()
Line arguments (see element_line())
element_line()
An object of class scplot (seescplot()).
data(exampleAB, package = "scan") p1 <- scplot(exampleAB$Anja) |> set_theme("minimal") |> add_grid(color = "grey70")