ggraph: An Implementation of Grammar of Graphics for Graphs and Networks

The grammar of graphics as implemented in ggplot2 is a poor fit for graph and network visualizations due to its reliance on tabular data input. ggraph is an extension of the ggplot2 API tailored to graph visualizations and provides the same flexible approach to building up plots layer by layer.

Version: 1.0.1
Depends: R (≥ 2.10), ggplot2 (≥ 2.0.0)
Imports: Rcpp (≥ 0.12.2), dplyr, plyr, ggforce, grid, igraph (≥ 1.0.0), scales, MASS, digest, gtable, ggrepel, utils, stats, viridis
LinkingTo: Rcpp
Suggests: network, knitr, rmarkdown
Published: 2018-01-29
Author: Thomas Lin Pedersen
Maintainer: Thomas Lin Pedersen <thomasp85 at gmail.com>
License: GPL-3
NeedsCompilation: yes
CRAN checks: ggraph results

Downloads:

Reference manual: ggraph.pdf
Vignettes: Edges
Layouts
Nodes
Package source: ggraph_1.0.1.tar.gz
Windows binaries: r-devel: ggraph_1.0.1.zip, r-release: ggraph_1.0.1.zip, r-oldrel: ggraph_1.0.1.zip
OS X El Capitan binaries: r-release: ggraph_1.0.1.tgz
OS X Mavericks binaries: r-oldrel: ggraph_1.0.0.tgz
Old sources: ggraph archive

Reverse dependencies:

Reverse imports: phylopath
Reverse suggests: fivethirtyeight, rvinecopulib, visNetwork, widyr

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ggraph to link to this page.