I was looking for an example or tutorial to convert a ggraph
object to an iterative force network.
First I tried to convert to plotly
object using plotly::ggplotly
function. But seems the plotly
don't deal nicely with this kind of conversion and miss the edges.
But I find the network3D
, I can convert an igraph
object to a network3D
object, but it is not what I wanted. And this package has too verbose functions. Anyway, there is no function to convert from ggraph
object.
So, my question is really basic but... Do you know any method to crate an interactive ggraph
network?
Thanks