About 8,340 results
Open links in new tab
  1. CRAN: Package ggplot2

    A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and …

  2. Description uses ggplot2 to draw a particular plot for an object of a particular class in a single autoplot() command. This defines the S3 generic that other classes and packages can extend.

  3. ggplot2 - The Comprehensive R Archive Network

    ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to …

  4. Introduction to ggplot2 - The Comprehensive R Archive Network

    ggplot2 is an R package for producing visualizations of data. Unlike many graphics packages, ggplot2 uses a conceptual framework based on the grammar of graphics.

  5. Using ggplot2 in packages - The Comprehensive R Archive Network

    This vignette is intended for package developers who use ggplot2 within their package code. As of this writing, this includes over 2,000 packages on CRAN and many more elsewhere!

  6. Type Package Title Visualization of a Correlation Matrix using 'ggplot2' Version 0.1.4.1 Description The 'ggcorrplot' package can be used to visualize easily a correlation matrix using …

  7. Alluvial Plots in ggplot2 - The Comprehensive R Archive Network

    Feb 13, 2023 · The {ggalluvial} package is a {ggplot2} extension for producing alluvial plots in a {tidyverse} framework. The design and functionality were originally inspired by the {alluvial} …

  8. Introduction to the viridis color maps

    Jan 28, 2024 · The package is meant to be as lightweight and dependency-free as possible for maximum compatibility with all the R ecosystem. viridis provides additional functionalities, in …

  9. Package ggExtra - The Comprehensive R Archive Network

    Aug 31, 2025 · To use it, simply highlight the code for a ggplot2 plot in your script, and select ggplot2 Marginal Plots from the RStudio Addins menu. Alternatively, you can call the addin …

  10. Diagnostic Plots for Cox Proportional Hazards Model with ggplot2 Displays diagnostics graphs presenting goodness of Cox Proportional Hazards Model fit, that can be calculated with coxph …