#FunDataFriday – esquisse R Package

[This article was first published on #FunDataFriday - Little Miss Data, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

WHAT IS IT?

An R package which creates easy ggplot charts through a drag and drop interface. You can use the pop up UI to create your perfect plot and then export the results as .png, .jpg or export the code!


WHY IS IT AWESOME?

  1. Fast EDA – While ggplot is very fast and easy to use, if you are looking to visually explore your data at all angles with a variety of straight forward plot types, filters, groupings etc, this is your fastest path.

  2. Gaining familiarity with ggplot – With this package you can rapidly make a graph, look at the code, make a change, see how that impacted the code and repeat!

HOW TO GET STARTED?

The easiest path to getting started is by following the excellent tutorial provided in the vignette.

However, should you want to follow the example in the video, the code is below.

#To get the data
install.packages('yarrr')
library(yarrr)

#To get the exploratory package
install.packages("esquisse")
library(esquisse)

#To launch the UI and explore the pirates data
esquisser(pirates)

Thank you to the multiple contributors to the esquisse package and Nathaniel D Phillips for the YaRrr data set.

To leave a comment for the author, please follow the link and comment on their blog: #FunDataFriday - Little Miss Data.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)