Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

R package: Extensions to iGraph for Custom Plots (integrated into graphsim CRAN package)

Notifications You must be signed in to change notification settings

TomKellyGenetics/plot.igraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis-CI Build Status AppVeyor Build Status codecov

Project Status: Moved to https://github.com/TomKellyGenetics/graphsim – The project has been merged into the graphsim package, and the version at that location should be considered authoritative. to https://github.com/TomKellyGenetics/graphsim

plot.igraph

Functions to plot network or graph structures including customised colors, layout, states, arrows

Installation

To get the iGraph package from CRAN:

install.packages("igraph")

To get the extensions from github:

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

Vignettes

Adapted from the plotting blog http://blog.ryanwalker.us/2014/03/going-viral-with-rs-igraph-package.html (as shared on Rbloggers).

https://rawgit.com/TomKellyGenetics/plot.igraph/master/vignettes/plots_viral_quantitate.html

See the following vignette for the extensions provided by this package, namely inclusion of inhition or negating arrows.

https://rawgit.com/TomKellyGenetics/plot.igraph/master/vignettes/plots_directed.html

About

R package: Extensions to iGraph for Custom Plots (integrated into graphsim CRAN package)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages