petedodd / corplot

Fast correlation/corner/pairs plots for lots of data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

corplot

Fast correlation/corner/pairs plots for lots of data

License

License: CC BY 4.0

Installation

This can be installed using:

devtools::install_github('petedodd/corplot')

Usage

Once installed, it provides once simple function:

library(corplot)
corplot(matrix(rnorm(3e4),ncol=3),labels=c('x','y','z'),main='3D isotropic Gaussian')

About

Fast correlation/corner/pairs plots for lots of data

License:Creative Commons Attribution 4.0 International


Languages

Language:R 100.0%