Skip to content

m-clark/heatR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heatR

travis codecov Project Status: Moved to http://github.com/m-clark/visibly – The project has been moved to a new location, and the version at that location should be considered authoritative. to http://github.com/m-clark/visibly

Visualizing correlation matrix structure

"Don't let yourself get attached to anything you are not willing to walk out on in 30 seconds flat if you feel the heat around the corner." ~ Neil McCauley

This package is now deprecated. However, the primary function has been incorporated into visibly and improved, so check it out over there.

To install:

devtools::install_github('m-clark/heatR')

To use:

library(heatR)
data(bfi)
cormat = cor(bfi, use='pair')
corrheat(cormat, psychOptions = list(fm='ml', rotate='promax'))

Releases

No releases published

Packages

No packages published

Languages