Conclusions
- Network data is awkward to represent in tidy format
{tidygraph}
uses linked data frames of nodes and edges- Special verbs for graph manipulation
- Layouts can be passed as strings or objects
- Edges can have many possible representations
{igraph}
can also be used for graph visualization, through a base R plotting framework.