Publications by Rsquared Academy Blog

ggplot2: Histogram

18.01.2018

Introduction This is the eleventh post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt to build box plots. In this post, we will learn to build histogram specify bins modify color fill alpha bin width line type line size map aesthetics to variables A histogram is a plot that can be used to examine the sh...

3995 sym R (2045 sym/11 pcs) 20 img

ggplot2: Guides – Axes

30.01.2018

Introduction This is the twelfth post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt to build histograms. Now that we have learnt to build different plots, let us look at different ways to modify the axis. Along the way, we will also explore the scale_*() family of functions. Modify X and Y axis title labe...

3158 sym R (1662 sym/13 pcs) 26 img

ggplot2: Legend – Part 1

11.02.2018

Introduction This is the 13th post in the series Elegant Data Visualization with ggplot2. In the previos post, we learnt how to modify the axis of plots. In this post, we will focus on modifying the appearance of legend of plots when the aesthetics are mapped to variables. Specifically, we will learn to modify the following when color is mapped t...

3417 sym R (1092 sym/7 pcs) 14 img

ggplot2: Legend – Part 2

23.02.2018

Introduction This is the 14th post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt how to modify the legend of plots when aesthetics are mapped to variables. In this post, we will continue to explore different ways to modify/customize the legend of plots. Specifically, we will learn to modify the following ...

3345 sym R (1098 sym/7 pcs) 14 img

ggplot2: Legend – Part 3

07.03.2018

Introduction This is the 15th post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt how to modify the legend of plots when aesthetics are mapped to variables..In this post, we will learn to modify the following using scale_shape_manual when shape is mapped to categorical variables: title breaks limits labels...

3378 sym R (1153 sym/8 pcs) 16 img

ggplot2: Legend – Part 4

19.03.2018

Introduction This is the 16th post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt how to modify the legend of plot when shape is mapped to categorical variables. In this post, we will learn to modify the following using scale_size_continuous when size aesthetic is mapped to variables: title breaks limits ...

3162 sym R (930 sym/7 pcs) 14 img

ggplot2: Legend – Part 5

31.03.2018

Introduction This is the 17th post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt how to modify the legend of plot when size is mapped to continuous variable. In this post, we will learn to modify the following using scale_alpha_continuous() when alpha or transparency is mapped to variables: title breaks ...

3201 sym R (989 sym/7 pcs) 14 img

ggplot2: Legend – Part 6

12.04.2018

Introduction This is the 18th post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt how to modify the legend of plot when alpha is mapped to a categorical variable. In this post, we will learn to modify legend title label and bar So far, we have learnt to modify the components of a legend using scale_* fam...

4609 sym R (2994 sym/18 pcs) 36 img

ggplot2: Faceting

24.04.2018

Introduction This is the 19th post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt to modify the title, label and bar of a legend. In this post, we will learn about faceting i.e. combining plots. Libraries, Code & Data We will use the following libraries in this post: readr ggplot2 All the data sets us...

4027 sym R (982 sym/12 pcs) 24 img

ggplot2: Themes

06.05.2018

Introduction This is the last post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt to combine multiple plots. In this post, we will learn to modify the appearance of all non data components of the plot such as: axis legend panel plot area background margin facets Libraries, Code & Data We will use the fo...

2956 sym R (1212 sym/16 pcs) 32 img