Skip to content

Instantly share code, notes, and snippets.

@nopps07
Created March 12, 2021 09:10
Show Gist options
  • Save nopps07/c7e06e66e69a2a785d7202272c6d1ade to your computer and use it in GitHub Desktop.
Save nopps07/c7e06e66e69a2a785d7202272c6d1ade to your computer and use it in GitHub Desktop.
{r visualization 1}
library(ggplot2)
ggplot(wine, aes(x=quality)) +
geom_histogram()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment