An open API service indexing awesome lists of open source software.

https://github.com/ggobi/ggally

R package that extends ggplot2
https://github.com/ggobi/ggally

Last synced: 8 months ago
JSON representation

R package that extends ggplot2

Awesome Lists containing this project

README

          

# [GGally](http://ggobi.github.io/ggally/): Extension to [ggplot2](https://ggplot2.tidyverse.org/)

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/GGally)](https://cran.r-project.org/package=GGally)
[![](http://cranlogs.r-pkg.org/badges/GGally)](https://cran.r-project.org/package=GGally)
[![R-CMD-check](https://github.com/ggobi/ggally/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ggobi/ggally/actions/workflows/R-CMD-check.yaml)
[![DOI](https://zenodo.org/badge/22529/ggobi/ggally.svg)](https://zenodo.org/badge/latestdoi/22529/ggobi/ggally)
[![RStudio community](https://img.shields.io/badge/community-GGally-blue?style=social&logo=rstudio&logoColor=75AADB)](https://forum.posit.co/tags/c/general/17/ggally)

[`ggplot2`](https://ggplot2.tidyverse.org/) is a plotting system for R based on the grammar of graphics. [`GGally`](https://ggobi.github.io/ggally/) extends ggplot2 by adding several functions to reduce the complexity of combining geoms with transformed data. Some of these functions include a pairwise plot matrix, a scatterplot plot matrix, a parallel coordinates plot, a survival plot, and several functions to plot networks.

## Installation

To install this package from GitHub or [CRAN](https://cran.r-project.org/package=GGally), do the following from the R console:

```r
# Github
pak::pak("ggobi/ggally")
```

```r
# CRAN
install.packages("GGally")
```