News

In ggplot2, plots are built up in layers, which means you can start with a basic plot and incrementally add components. For example, begin with a simple scatter plot using ggplot (data = your_data ...
Specifically, ggmap is designed to work with the ggplot2 package, which is a powerful and flexible plotting system in R. ggmap is commonly used for: 1) Static Maps: You can use ggmap to embed ...
Rasterize any ggplot2 layer Note that with ggrastr version 0.2.0, any ggplot2 geom provided by the user can be rasterized with the function rasterise(). Furthermore, when the aspect ratio is distorted ...
The R Graph Catalog features lots of graph and other plot examples, easily searchable and each with downloadable code. All are made with ggplot2 based on visualization ideas in Creating More ...