Skip to content

ggobi/ggally

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
October 20, 2022 09:37
May 22, 2017 13:00
March 8, 2021 09:18
man
October 20, 2022 09:37
June 21, 2021 16:27
October 20, 2022 09:37
March 8, 2021 09:18
July 4, 2016 09:13

GGally: Extension to ggplot2

R build status

CRAN_Status_Badge DOI RStudio community R-CMD-check

ggplot2 is a plotting system for R based on the grammar of graphics. 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, do the following from the R console:

# Github
library(devtools)
install_github("ggobi/ggally")
# CRAN
install.packages("GGally")