News

Here are a dozen great ggplot2 extensions you should know, along with example code and graphics. As a bonus, I’ve included a list of additional packages worth exploring at the end of the article ...
Course TopicsThe statistical software R is well known for its very flexible graphical capabilities that are user-friendly if one understands the R programming language. One of the greatest aspects of ...
The ggplot2 package is powerful and almost endlessly customizable, but sometimes small tweaks can be a challenge. The ggtext package aims to simplify styling text on your visualizations. In this ...
Popular libraries such as ggplot2 and Vega-Lite use the ‘grammar of graphics’ to define their visualizations. But these tools can be used for any type of graphic, whereas Gosling is ...
What really sets R apart is ggplot2. ... The “gg” stands for “grammar of graphics”: visualisations can be changed or augmented with additional simple blocks of code, ...