Extended functionality to the original "corrplot" function from the corrplot package in R.
** DOCUMENTATION
Documentation is here:
http://htmlpreview.github.io/?https://github.com/dorianps/corrplot2/blob/master/MarkdownDocument.html
** INSTALLATION:
corrplot2 is a single file located online.
a) You can source it directly from R (the easiest way)
source("https://raw.githubusercontent.com/dorianps/corrplot2/master/corrplot2.R")
b) You can open the raw version here:
https://raw.githubusercontent.com/dorianps/corrplot2/master/corrplot2.R
and copy-paste it R
c) Or you can download the file and write either copy paste it (or source it) in R.