Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 660 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 660 Bytes

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)