cnobles / spraphal

[Dev] R-package for assistance with sparse graphical analysis.
0 stars 0 forks source link

Remove ggnet dependency. #2

Open cnobles opened 6 years ago

cnobles commented 6 years ago

Plotting with ggplot2 is plenty. Original issue was layout of nodes within the graphical space. igraph package gives layout coords for many different common layout algorithms in an easy manner. Implement this behind ggplot2 for very general purpose plots.

cnobles commented 6 years ago

This should also remove the requirements for intergraph and network packages.