Chapter 24 R vs tableau plots

Pritam Biswas and Amogh Mishra

We are performing a comparison between R and tableau for different types of data visualization. We are showing a few plots of R Studio and Tableau We will show Choropleth map in R, one for USA and one for World map. We will show the same plots in Tableau software. During the demo we will observe how easy it is use Tableau due to its drag and drop interface and dashboard facility.

24.1 We shall now show our plots using R studio

This is the Choropleth map for populations of state in USA

This is the Choropleth map for GDP of countries in the world

The interactive choropleth map is at location https://plot.ly/~biswaspritam1993/3/

This is the NO2 and NOx concentrations in air line plot

24.2 We shall now see how to do the same data visualization tasks using Tableau.

Our tableau link is at : https://public.tableau.com/profile/amogh.mishra#!/vizhome/CommunityContributionEDAV/Story1

In the UCI air quality dataset (time series) we can :

  • easily drag data and plot time series against harmful gases.

  • do easy customization

  • increase the granularity

  • provide individual colours

  • mark labels

  • visualize relevant trends using filters

  • change calculation of NO2 concentration from sum to average and median

In the Choropleth world GDP we can :

  • do colour-coding changes

  • get sum as a selection of the area

  • get labelling min/max, all

We also have the added advantage of using the tableau dashboard.