datasauRus (version 0.1.4)

datasauRus: datasauRus

Description

datasauRus

Arguments

Examples

Run this code
# NOT RUN {
if(require(ggplot2)) {
  library(ggplot2)
  library(datasauRus)
  ggplot(datasaurus_dozen, aes(x = x, y = y, colour = dataset)) +
    geom_point() +
    theme_void() +
    theme(legend.position = "none") +
    facet_wrap( ~ dataset, ncol = 3)
}
# }

Run the code above in your browser using DataCamp Workspace