Course
Bivariate Distribution Heatmaps in R
Learn how to visually show the relationship between two features, how they interact with each other, and where data points are concentrated.
Jul 31, 2018 · 6 min read
Learn more about R
4 hr
2.7M
Course
Intermediate R
6 hr
598.6K
Course
Introduction to Statistics in R
4 hr
86.3K
See More
RelatedSee MoreSee More
blog
R Correlation Tutorial
Get introduced to the basics of correlation in R: learn more about correlation coefficients, correlation matrices, plotting correlations, etc.
David Woods
18 min
tutorial
How to Make a ggplot2 Histogram in R
Learn how to make a ggplot2 histogram in R. Make histograms in R based on the grammar of graphics.
Kevin Babitz
15 min
tutorial
Scatterplot in R
Learn how to create a scatterplot in R. The basic function is plot(x, y), where x and y are numeric vectors denoting the (x,y) points to plot.
DataCamp Team
tutorial
Box Plot in R Tutorial
Learn about box plots in R, including what they are, when you should use them, how to implement them, and how they differ from histograms.
DataCamp Team
4 min
tutorial
Graphics with ggplot2 Tutorial
Data visualization is an essential skill for data scientists. It combines statistics and design in meaningful and appropriate ways.
DataCamp Team
6 min
code-along
Visualizing Video Game Sales Data with ggplot2 in R
Learn to do exploratory data analysis and create visualizations with ggplot2.
Richie Cotton