https://github.com/m-clark/heatr
Visualizing correlation matrix structure.
https://github.com/m-clark/heatr
correlation interactive latent-variable-models r visualization
Last synced: 6 months ago
JSON representation
Visualizing correlation matrix structure.
- Host: GitHub
- URL: https://github.com/m-clark/heatr
- Owner: m-clark
- License: other
- Created: 2017-02-22T21:42:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T12:54:24.000Z (over 7 years ago)
- Last Synced: 2025-08-19T10:51:02.022Z (7 months ago)
- Topics: correlation, interactive, latent-variable-models, r, visualization
- Language: R
- Size: 103 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heatR

[](https://codecov.io/gh/m-clark/heatR)
[](https://www.repostatus.org/#moved) to [http://github.com/m-clark/visibly](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](https://m-clark.github.io/visibly) and improved, so check it out over there.
To install:
```r
devtools::install_github('m-clark/heatR')
```
To use:
```r
library(heatR)
data(bfi)
cormat = cor(bfi, use='pair')
corrheat(cormat, psychOptions = list(fm='ml', rotate='promax'))
```
