CRAN status Build Status DOI

R package for COCA: Cluster-of-Clusters Analysis

Installing

You can install the latest released version of coca from CRAN with

install.packages("coca")

or the development version from GitHub with

library(devtools)
install_github("acabassi/coca")
library(coca)