Explore >> Select a destination


You are here

gganimate.com
| | evelinag.com
5.2 parsecs away

Travel
| | ggplot2 is a great R visualization library, here I show how to use it from F#.
| | ggplot2.tidyverse.org
5.3 parsecs away

Travel
| | There are two types of bar charts: geom_bar() and geom_col(). geom_bar() makes the height of the bar proportional to the number of cases in each group (or if the weight aesthetic is supplied, the sum of the weights). If you want the heights of the bars to represent values in the data, use geom_col() instead. geom_bar() uses stat_count() by default: it counts the number of cases at each x position. geom_col() uses stat_identity(): it leaves the data as is.
| | jeroenjanssens.com
4.2 parsecs away

Travel
| | Blog article by Jeroen Janssens. Dec 13, 2019. 6 min read. Because ggplot2 is the de-facto package for creating high-quality data visualizations in R, and has been for a long time, there exists many excellent resources for learning ggplot2, including: the ggplot2 website, a two-page cheat sheet (PDF), Stack Overflow, and books such as ggplot2: Elegant Graphics for Data Analysis and R Graphics Cookbook: Practical Recipes for Visualizing Data. A ggplot2 cheat sheet (PDF) Two days ago, I published...
| | zevross.com
36.3 parsecs away

Travel
| Although R has vast graphical functionality I've lamented the lack of support for additional fonts. You can spend an incredible amount of time fine-tuning a ggplot2 graphic, fiddling with the ...