powered by
Add grid to an scplot
add_grid(object, ...)
An object of class scplot (seescplot()).
scplot
scplot()
An scplot object (class scplot) returned from the scplot() function.
Line arguments (see element_line())
element_line()
data(exampleAB, package = "scan") p1 <- scplot(exampleAB$Anja) |> set_theme("minimal") |> add_grid(color = "grey70")
Run the code above in your browser using DataLab