Skip to content

Instantly share code, notes, and snippets.

@briandk
Created August 23, 2011 02:02
Show Gist options
  • Save briandk/1164146 to your computer and use it in GitHub Desktop.
Save briandk/1164146 to your computer and use it in GitHub Desktop.
Making sure standard ggplot2 plots work as expected
# Check whether ggplot2 plots produce the same behavior
library(ggplot2)
qplot(hwy, cty, data = mpg, main = "Plot of City Mileage vs. Highway Mileage")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment