Other packages > Find by keyword >

ggraph  

An Implementation of Grammar of Graphics for Graphs and Networks
View on CRAN: Click here


Download and install ggraph package within the R console
Install from CRAN:
install.packages("ggraph")

Install from Github:
library("remotes")
install_github("cran/ggraph")

Install by package version:
library("remotes")
install_version("ggraph", "2.2.2")



Attach the package and use:
library("ggraph")
Maintained by
Thomas Lin Pedersen
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-02-24
Latest Update: 2024-03-07
Description:
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.
How to cite:
Thomas Lin Pedersen (2017). ggraph: An Implementation of Grammar of Graphics for Graphs and Networks. R package version 2.2.2, https://cran.r-project.org/web/packages/ggraph. Accessed 26 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:43), 1.0.0 (2017-02-24 08:31), 1.0.1 (2018-01-29 20:19), 1.0.2 (2018-07-07 23:20), 2.0.0 (2019-09-02 17:10), 2.0.1 (2020-02-07 13:10), 2.0.2 (2020-03-17 23:00), 2.0.3 (2020-05-20 22:20), 2.0.4 (2020-11-16 10:10), 2.0.5 (2021-02-23 13:20), 2.0.6 (2022-08-08 13:40), 2.1.0 (2022-10-09 22:33), 2.2.0 (2024-02-27 23:30), 2.2.1 (2024-03-07 13:40)
Other packages that cited ggraph R package
View ggraph citation profile
Other R packages that ggraph depends, imports, suggests or enhances
Complete documentation for ggraph
Functions, R codes and Examples using the ggraph R package
Some associated functions: autograph . facet_edges . facet_graph . facet_nodes . flare . geom_axis_hive . geom_conn_bundle . geom_edge_arc . geom_edge_bend . geom_edge_density . geom_edge_diagonal . geom_edge_elbow . geom_edge_fan . geom_edge_hive . geom_edge_link . geom_edge_loop . geom_edge_parallel . geom_edge_point . geom_edge_span . geom_edge_tile . geom_node_arc_bar . geom_node_circle . geom_node_point . geom_node_range . geom_node_text . geom_node_tile . geom_node_voronoi . geometry . get_con . get_edges . get_nodes . ggraph-extensions . ggraph-package . ggraph . guide-helpers . guide_edge_colourbar . guide_edge_coloursteps . guide_edge_direction . highschool . internal_extractors . layout_tbl_graph_auto . layout_tbl_graph_backbone . layout_tbl_graph_centrality . layout_tbl_graph_circlepack . layout_tbl_graph_dendrogram . layout_tbl_graph_eigen . layout_tbl_graph_fabric . layout_tbl_graph_focus . layout_tbl_graph_hive . layout_tbl_graph_igraph . layout_tbl_graph_linear . layout_tbl_graph_manual . layout_tbl_graph_matrix . layout_tbl_graph_partition . layout_tbl_graph_pmds . layout_tbl_graph_stress . layout_tbl_graph_treemap . layout_tbl_graph_unrooted . layout_to_table . makeContent.cappedpathgrob . makeContent.textalong . node_angle . pack_circles . qgraph . reexports . scale_edge_alpha . scale_edge_colour . scale_edge_fill . scale_edge_linetype . scale_edge_shape . scale_edge_size . scale_edge_width . scale_label_size . scale_type.ggraph_geometry . theme_graph . whigs . 
Some associated R codes: RcppExports.R . aaa.R . autograph.R . cappedPath.R . connections.R . data_flare.R . data_highschool.R . data_whigs.R . edge_colourbar.R . edge_direction.R . edges.R . facet_edges.R . facet_graph.R . facet_nodes.R . geom_axis_hive.R . geom_conn_bundle.R . geom_edge.R . geom_edge_arc.R . geom_edge_bend.R . geom_edge_density.R . geom_edge_diagonal.R . geom_edge_elbow.R . geom_edge_fan.R . geom_edge_hive.R . geom_edge_link.R . geom_edge_loop.R . geom_edge_parallel.R . geom_edge_point.R . geom_edge_span.R . geom_edge_tile.R . geom_node_arc_bar.R . geom_node_circle.R . geom_node_point.R . geom_node_range.R . geom_node_text.R . geom_node_tile.R . geom_node_voronoi.R . geometry.R . gganimate.R . ggproto-classes.R . ggraph-package.R . ggraph.R . layout.R . layout_auto.R . layout_backbone.R . layout_centrality.R . layout_circlepack.R . layout_dendrogram.R . layout_eigen.R . layout_fabric.R . layout_focus.R . layout_hive.R . layout_igraph.R . layout_linear.R . layout_manual.R . layout_matrix.R . layout_partition.R . layout_pmds.R . layout_stress.R . layout_treemap.R . layout_unrooted.R . nodes.R . parallelPath.R . reshape_add_margins.R . scale_edge_alpha.R . scale_edge_colour.R . scale_edge_fill.R . scale_edge_linetype.R . scale_edge_shape.R . scale_edge_size.R . scale_edge_width.R . scale_label_size.R . tbl_graph.R . textAlong.R . theme_graph.R . utils.R . zzz.R .  Full ggraph package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

PCADSC  
Tools for Principal Component Analysis-Based Data Structure Comparisons
A suite of non-parametric, visual tools for assessing differences in data structures for two datase ...
Download / Learn more Package Citations See dependency  
clinUtils  
General Utility Functions for Analysis of Clinical Data
Utility functions to facilitate the import, the reporting and analysis of clinical data. Example ...
Download / Learn more Package Citations See dependency  
ncodeR  
Techniques for Automated Classifiers
A set of techniques that can be used to develop, validate, and implement automated classifiers. A po ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
RCytoGPS  
Using Cytogenetics Data in R
Defines classes and methods to process text-based cytogenetics using the CytoGPS web site, then imp ...
Download / Learn more Package Citations See dependency  
leafgl  
High-Performance 'WebGl' Rendering for Package 'leaflet'
Provides bindings to the 'Leaflet.glify' JavaScript library which extends the 'leaflet' JavaScript l ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,113

Author Associations

28,333

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA