11.08.2013 Views

Introduction R & ggplot2. - Stat405 - Hadley Wickham

Introduction R & ggplot2. - Stat405 - Hadley Wickham

Introduction R & ggplot2. - Stat405 - Hadley Wickham

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Monday, August 20, 12<br />

Your turn<br />

qplot(displ, hwy, data = mpg) +<br />

facet_grid(. ~ cyl)<br />

qplot(displ, hwy, data = mpg) +<br />

facet_grid(drv ~ .)<br />

qplot(displ, hwy, data = mpg) +<br />

facet_grid(drv ~ cyl)<br />

qplot(displ, hwy, data = mpg) +<br />

facet_wrap(~ class)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!