Exploring Data Visually with R
Learn how to use data visualizations like scatterplots, barcharts, histograms, and boxplots for data exploration.
What you'll learn
R is very versatile when it comes to data exploration. Any type of chart can be implemented in R. In this course, Exploring Data Visually with R, you will learn the standard visualization techniques that are used for data exploration. First, you will investigate how to use data visualizations. Then, you will explore common datasets with the 4 plot types including scatterplots, barcharts, histograms, and boxplots. Finally, you will be able to use and compare the 3 charting systems, which are R base, lattice, and ggplot2. When you are finished with this course, you will have the skills and knowledge to identify the most suitable chart type and to implement it in 3 different R charting tools.