Exam I

Esquisse

Download

Download a copy of everything you need to follow along the example1

Description

If you would like to explore ggplot2 using a more drag and drop approach, try the R package esquisse

To get it, open up RStudio and run

install.packages("esquisse", dependencies = TRUE)

and also install the example data set palmerpenguins by

install.packages("palmerpenguins", dependencies = TRUE)

If prompted, you do not have to restart RStudio though it can’t hurt. After both install, run

esquisse::esquisser(palmerpenguins::penguins)
esquisse with palmerpenguins

If you want to use your own data set, run the following

esquisse::esquisser()
esquisse with palmerpenguins

Additional resources


  1. You will have to unzip this file. If you are unfamiliar with this process, please check the Unzipping files section under Resources for assistance. ↩︎