News

descriptionMeta: "This post explains how to build a boxplot with ggplot2, adding a marker for the mean of each group." descriptionTop: "A [boxplot](boxplot.html) summarizes the distribution of a ...
R comes with built-in functionality for charts and graphs, typically referred to as base graphics. Then there are R packages that extend functionality, and ggplot2 is by far the most popular.
Create R data visualizations easily with a few lines of simple code using the ggcharts R package. Plus, the resulting charts and graphs are customizable ggplot objects.
See how easy it is to create interactive web graphs from ggplot2 visualizations with the ggiraph R package. You can even link graphs so that clicking one dataviz affects the display of another.
3.4 Using ggplot ggplot2 is a package in the tidyverse for creating very nice graphics—better than R’s built-in graphics. The downside of ggplot2’s power is that you have to first learn a philosophy ...
With this course we offer the opportunity to Bring Your Own Data (BYOD) and learn how to use the R package ggplot2 to make high-quality figures, including the performance of the correct statistics on ...
Workshop Info ggplot in R This week we cover ggplot, the grammar of graphics. ggplot is complicated at first but the payoff is worth the effort. ggplot can be combined with other tools to create ...