Index of /web/packages/coca/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-07-06 19:00 5.0K 

README

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)