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
- Host: GitHub
- URL: https://github.com/ggobi/ggally
- Owner: ggobi
- Created: 2011-02-19T00:18:46.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2025-08-29T15:59:10.000Z (9 months ago)
- Last Synced: 2025-10-21T20:57:55.645Z (8 months ago)
- Language: R
- Homepage: http://ggobi.github.io/ggally/
- Size: 428 MB
- Stars: 609
- Watchers: 26
- Forks: 133
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ggplot2 - GitHub
- Road2R - GGally - Extension to 'ggplot2'. (Table of Contents / Visualization)
- awesome-r-dataviz - ggally - R package that extends ggplot2. [[Tutorial]](http://www.sthda.com/english/wiki/ggally-r-package-extension-to-ggplot2-for-correlation-matrix-and-survival-plots-r-software-and-data-visualization) (ggplot / Miscellaneous)
README
# [GGally](http://ggobi.github.io/ggally/): Extension to [ggplot2](https://ggplot2.tidyverse.org/)
[](https://cran.r-project.org/package=GGally)
[](https://cran.r-project.org/package=GGally)
[](https://github.com/ggobi/ggally/actions/workflows/R-CMD-check.yaml)
[](https://zenodo.org/badge/latestdoi/22529/ggobi/ggally)
[](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")
```