Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 341 Bytes

condor

COmplex Network Description Of Regulators, an R package for bipartite network analysis

The easiest way to install condor is via the devtools package from CRAN:

install.packages("devtools")
library(devtools)
devtools::install_github("jplatig/condor")

This package also comes with a vignette.

vignette("condor")