d3Network icon indicating copy to clipboard operation
d3Network copied to clipboard

Work with igraph package objects

Open barryrowlingson opened this issue 10 years ago • 1 comments

It would be nice if this package could produce charts from igraph package objects. I might start writing some conversion functions for contribution if you think its worth it...

barryrowlingson avatar Jul 14 '14 17:07 barryrowlingson

I think that's a great idea!

Maybe the best structure would be to create a function that just takes igraph objects and turns them into data frames that d3ForceNetwork can work with comfortably. Kind of like what the d3Network JSONtoDF function currently does for JSON data.

christophergandrud avatar Jul 15 '14 13:07 christophergandrud