README.md

netcom

License: GPL v3 CRAN_Status_Badge metacran downloads

netcom is an R package to infer system functioning by empirically comparing networks to each other. There are many uses of this general approach to understanding network data. The vignette covers several common kinds of inference. Once installed, this can be opened by running:

vignette("tutorial", package = "netcom")

You can learn more about comparative inference in the following:

You can install the netcom package two main ways:

  1. A release version of the package can be installed from CRAN (the Comprehensive R Archive Network): https://cran.r-project.org/package=netcom.
install.packages("netcom").
  1. Alternatively, the (sometimes) more recent development version can be installed from GitHub: https://github.com/langendorfr/netcom. This can be accomplished with the devtools package. We recommend new users install the other version, from CRAN, which may have less functioning but has been more reliably tested.
install.packages("devtools")
devtools::install_github("langendorfr/netcom")


langendorfr/netcom documentation built on July 23, 2022, 5:19 p.m.