Data Analyst’s Recipe | How to create Bubble plot in R

Nilimesh Halder, PhD
Analyst’s corner
Published in
5 min readMar 3, 2023

--

Data Visualisation Recipe in R for Data Analysts and Beginners.

Bubble plots are an excellent way to visualize data in three dimensions. In this tutorial, we will learn how to create bubble plots in R using built-in datasets. We will be using the ggplot2 package to create the bubble plots, which is a popular package for creating high-quality data visualizations in R.

--

--