Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 619 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 619 Bytes

squash

CRAN_Status_Badge CRAN_Downloads_Badge

An R package providing functions for color-based visualization of multivariate data, i.e. colorgrams or heatmaps

Installation

You can install the latest release from CRAN like this:

install.packages("squash")

Or you can install the latest development version from GitHub like this:

## install.packages("devtools")
devtools::install_github("aroneklund/squash")