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

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

A book providing documentation and examples for the R DiagrammeR package
https://github.com/rich-iannone/diagrammer-docs

book documentation network-graph network-visualization r

Last synced: 3 months ago
JSON representation

A book providing documentation and examples for the R DiagrammeR package

Awesome Lists containing this project

README

          

# DiagrammeR-docs

A book that aims to show the reader everything there is to know about the R DiagrammeR package.

While this isn't yet finished, here's what is in the book now:

- How to create a graph.
- Introduction to graph attributes.
- Graph selections (nodes and edges).

What is coming:

- An introduction.
- Traversals.
- Graph generators.
- Graph metrics and properties.
- Graph transformations.
- Import/Export of graphs.
- Graph layouts.
- Whole-graph algorithms.
- centrality measures.
- community detection.