Closed jiwalker-usgs closed 7 years ago
@jiwalker-usgs hey, thanks for interest! I did investigate this, but ended up not using another package for the following reasons:
Routines for simple graphs and network analysis. It can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality methods and much more.
The only thing I'd benefit from would be graph visualization, which wouldn't be hard to generate using something like http://rich-iannone.github.io/DiagrammeR/graph_creation.html
That's perfectly fine reasoning. I was looking into your topological sort function and was kind of just wondering. Thanks.
Just a thought, but there is already a graph package that has a decent amount of use (https://cran.r-project.org/web/packages/igraph/index.html) that it might be wise to use for the graph operations.