Course
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.
Sep 25, 2020 · 4 min read
Learn more about R
4 hr
2.7M
Course
Intermediate R
6 hr
606.5K
Course
Introduction to the Tidyverse
4 hr
328.3K
See More
RelatedSee MoreSee More
tutorial
R Formula Tutorial
Discover the R formula and how you can use it in modeling- and graphical functions of well-known packages such as stats, and ggplot2.
Karlijn Willems
33 min
tutorial
How to Make a Histogram in Base R
Discover how to create a histogram with Base R using our comprehensive 6-step tutorial. Customize your plots and visualize data distributions effectively.
Kevin Babitz
10 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
15 Questions All R Users Have About Plots
There are different types of R plots, ranging from the basic graph types to complex types of graphs. Here we discover how to create these.
Karlijn Willems
39 min
tutorial
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.
Carlos Zelada
6 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