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.
devtools::install_github("https://github.com/addiversitas/correally")
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.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the GPL-3 License.
Stefan Haring - stefan.haring@yahoo.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.