Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rich-iannone/diagrammer-examples
- Owner: rich-iannone
- License: mit
- Created: 2015-10-21T05:27:39.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T02:03:22.000Z (over 3 years ago)
- Last Synced: 2024-10-12T21:12:48.990Z (3 months ago)
- Topics: example-data, examples, network-graph, r
- Size: 6.14 MB
- Stars: 30
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)