README.md

CRAN_Status_Badge Travis-CI Build Status AppVeyor Build Status Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. codecov

igraph.extensions

metapackage: Easily install and load the igraph package and extensions

The igraph.extensions are a set of packages that add additional functionality to the igraph R package. This metapackage makes it convenient to install and load the set of packages and their dependencies in a single command.

See the relevant documentation and vignettes for the extensions or the igraph package.

Installation

You can install these packages from github with:

# install.packages("devtools")
devtools::install_github("TomKellyGenetics/igraph.extensions")

This will install the set packages of that you are often used together:

This also installs dependancies for these packages including:

Usage

These packages can be loaded them explicitly with library().

library("igraph")
library("plot.igraph")
library("graphsim")

However, more conveniently, all required packages can be loaded together with library("igraph.extensions") with a summary of the packages you have loaded:

library("igraph.extensions")
#> Attaching package: ‘igraph’
#> 
#> The following objects are masked from ‘package:stats’:
#> 
#>     decompose, spectrum
#> 
#> The following object is masked from ‘package:base’:
#> 
#>     union
#> 
#> Loading igraph
#> Loading igraph.extensions: plot.igraph
#> Loading igraph.extensions: info.centrality
#> Loading igraph.extensions: pathway.structure.permutation
#> Loading igraph.extensions: graphsim

Note that only particular functions are imported from matrixcalc to avoid conflicts.



TomKellyGenetics/igraph.extensions documentation built on May 9, 2019, 4:53 p.m.