Skip to content

Instantly share code, notes, and snippets.

@hcozart
Created April 29, 2016 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hcozart/509e2f41d9cb6e94b6d24190eda57230 to your computer and use it in GitHub Desktop.
Save hcozart/509e2f41d9cb6e94b6d24190eda57230 to your computer and use it in GitHub Desktop.
ggplot(data = NYC_Death2, aes(x= Year,y=Count)) +
geom_bar(stat = "identity")+
ggtitle("Number of Deaths by Year") +
ylab(label = "Deaths" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment