Interesting R Examples

Cihan Tektunalı - BDA 503 - Fall 2017

1. Top 50 ggplot2 Visualizations - Examples with R code

  • This website shows the different visualization types used in R package ggplot2. Also it contains the codes used to create these visualizations which help fastforward the learning period for beginners.

2. Creating Interactive Visualizations With Plotly in R and Python

  • This is a one page tutorial which tells about creating visualization with Plotly package. It gives some examples and also lists the advantages and disadvantages of the tool.

3. Advanced R: Visualization and Programming

  • This presentation shows the advanced techniques used in R with code references and visualizations. Some graph types used are point, line,3D and contour plots.

4. R Packages and Short Descriptions of Their Functions

  • This page gives a table including the names of several R packages and their fields of use. You can find package names for purposes like data analysis, data visualization, data import - export, forecasting or text mining.

5. Visualizing Google Analytics Data With R

  • This website gives step-by-step instructions on how to integrate and visualize Google Analytics Data with R. It can help to set up R with Google Analytics package and related dependencies.