Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rich-iannone/diagrammer-examples

A collection of DiagrammeR examples
https://github.com/rich-iannone/diagrammer-examples

example-data examples network-graph r

Last synced: 3 months ago
JSON representation

A collection of DiagrammeR examples

Awesome Lists containing this project

README

        

## DiagrammeR Examples

A collection of **DiagrammeR** examples as **RMarkdown** documents. Simply get the files and try out the functions.

- 1 [Creating a Simple Graph](https://raw.githubusercontent.com/rich-iannone/DiagrammeR-examples/master/001-creating-a-simple-graph.Rmd)
- 2 [Random Graphs](https://raw.githubusercontent.com/rich-iannone/DiagrammeR-examples/master/002-random-graphs.Rmd)
- 3 [The Node Type and the Edge Relationship](https://raw.githubusercontent.com/rich-iannone/DiagrammeR-examples/master/003-node-type-and-edge-rel.Rmd)
- 4 [Adding and Removing Nodes and Edges](https://raw.githubusercontent.com/rich-iannone/DiagrammeR-examples/master/004-adding-and-removing-nodes-and-edges.Rmd)
- 5 [Inspecting Nodes and Edges](https://raw.githubusercontent.com/rich-iannone/DiagrammeR-examples/master/005-inspecting-nodes-and-edges.Rmd)
- 6 [Graph Traversals](https://raw.githubusercontent.com/rich-iannone/DiagrammeR-examples/master/006-graph-traversals.Rmd)