brentthorne / ggally

R package that extends ggplot2

Home Page:http://ggobi.github.io/ggally/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GGally: Extension to ggplot2

Master: Build Status codecov.io CRAN_Status_Badge DOI

Dev: Build Status codecov.io

Join the chat at https://gitter.im/ggobi/ggally

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")

About

R package that extends ggplot2

http://ggobi.github.io/ggally/


Languages

Language:R 100.0%