Sponsor of the Day:
Jerkmate
https://tidygraph.data-imaginist.com/
A Tidy API for Graph Manipulation • tidygraph
A graph, while not "tidy" in itself, can be thought of as two tidy data frames describing node and edge data respectively. tidygraph provides an approach to...
graph manipulationtidyapi
https://tidygraph.data-imaginist.com/index.html
A Tidy API for Graph Manipulation • tidygraph
A graph, while not "tidy" in itself, can be thought of as two tidy data frames describing node and edge data respectively. tidygraph provides an approach to...
graph manipulationtidyapi
https://tidygraph.data-imaginist.com/reference/centrality.html
Calculate node and edge centrality — centrality • tidygraph
The centrality of a node measures the importance of node in the network. As the concept of importance is ill-defined and dependent on the network and the...
calculatenodeedgecentralitytidygraph
https://www.data-imaginist.com/posts/2017-07-07-introducing-tidygraph/
Introducing tidygraph – Data Imaginist
Towards a tidy API for relational data
data imaginistintroducingtidygraph
https://tidygraph.data-imaginist.com/reference/tbl_graph.html
A data structure for tidy graph manipulation — as_tbl_graph.data.frame • tidygraph
The tbl_graph class is a thin wrapper around an igraph object that provides methods for manipulating the graph using the tidy API. As it is just a subclass of...
data structuregraph manipulationtidytblframe