Untitled

Quarto

library(ggplot2)
Warning: package 'ggplot2' was built under R version 4.2.3
ggplot(data = mtcars, aes(x = mpg, y = cyl))+ 
  geom_point() + 
  theme(panel.background = element_rect(fill = "#67c9ff"))