correally is an R package providing methods to create interactive visualizations of correlation matrices. It is built as a wrapper around plotly.
It provides a clean implementation for plotting correlation matrices, easy use of different color schemes (Base R colors, Hex colors, colorbrewer2.org palettes as well as support for viridisLite). It also provides coloring options for backgrounds, grids and fonts matching different shinythemes.
To use correally, follow the steps listed below.
-
R (>= 3.3.0)
-
Required packages are plotly, magrittr, reshape2, RColorBrewer and viridisLite and are installed automatically.
- Install package
devtools::install_github("https://github.com/addiversitas/correally")
- Load package in R
library(correally)
TODO
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3 License.
Stefan Haring - [email protected]