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: | 2.2.1 |
Depends: | R (≥ 2.10), ggplot2 (≥ 3.5.0) |
Imports: | dplyr, ggforce (≥ 0.3.1), grid, igraph (≥ 1.0.0), scales, MASS, ggrepel, utils, stats, viridis, rlang, tidygraph, graphlayouts (≥ 1.1.0), withr, cli, vctrs, lifecycle, memoise |
LinkingTo: | cpp11 |
Suggests: | network, knitr, rmarkdown, purrr, tibble, seriation, deldir, gganimate, covr, sf, sfnetworks |
Published: | 2024-03-07 |
DOI: | 10.32614/CRAN.package.ggraph |
Author: | Thomas Lin Pedersen [cre, aut], RStudio [cph] |
Maintainer: | Thomas Lin Pedersen <thomasp85 at gmail.com> |
BugReports: | https://github.com/thomasp85/ggraph/issues |
License: | MIT + file LICENSE |
URL: | https://ggraph.data-imaginist.com, https://github.com/thomasp85/ggraph |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | ggraph results |
Reference manual: | ggraph.pdf |
Vignettes: |
Edges Layouts Nodes tidygraph and ggraph |
Package source: | ggraph_2.2.1.tar.gz |
Windows binaries: | r-devel: ggraph_2.2.1.zip, r-release: ggraph_2.2.1.zip, r-oldrel: ggraph_2.2.1.zip |
macOS binaries: | r-release (arm64): ggraph_2.2.1.tgz, r-oldrel (arm64): ggraph_2.2.1.tgz, r-release (x86_64): ggraph_2.2.1.tgz, r-oldrel (x86_64): ggraph_2.2.1.tgz |
Old sources: | ggraph archive |
Please use the canonical form https://CRAN.R-project.org/package=ggraph to link to this page.