July Projects – Data Visualization with R

[This article was first published on R – Journey of Analytics, 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.

Projects for month of July are now uploaded on Projects page. This month’s motif is advanced graphics and visualizations in R. Basic graphs are already added here.

  1. bcharts.R : Program to create horizontal bar charts and side-stacked bar charts using ggplot package.
  2. surfaceplots.R : Program to create 3D visuals of geometric and complex mathematical functions, like the one below: surface_plot
  3. explore_new.R: Graphical data exploration using the US education scorecard data from a Kaggle competition. In this program we use the leaflet package to construct an interactive US state-level map to showcase college data (admission rate, average faculty salary, median student debt, etc). The map allows user to zoom in to view details about the college. (Image below)  map_univ
  4. bubble_chart.R : Attractive bubble charts showing crime rates per district. Dataset is pulled in from the Kaggle competition for San Francisco crime data.

Feel free to fork the code to adapt for your own needs. As usual, feel free to leave your feedback in the comments section beneath.


Filed under: Kaggle, learning resources, R Tagged: advanced graphics in R, advanced visualization R, bubble charts in R, data analytics, data visualization, data visualization with R, graphical data exploration, interactive US map R, leaflet, learning resources, math function graph, r-code, side-stacked bar charts, surface plots in R, US education data

To leave a comment for the author, please follow the link and comment on their blog: R – Journey of Analytics.

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)