inst/test/code/ggplot-1.R

library(dplyr)
library(tibble)
library(ggplot2)

Formaldehyde %>%
  as_tibble() %>%
  ggplot(aes(carb, optden)) +
    geom_point() +
    theme_minimal()
seankross/mario documentation built on Dec. 22, 2021, 11:15 p.m.