Closed anirudhprabhu closed 5 years ago
I suspect there's something wrong with your data, but I can't reproduce your problem because I don't have access to your DanaMin
object. The following reproducible example works...
library(data.tree)
library(networkD3)
data(acme)
useRtreeList <- ToListExplicit(acme, unname = TRUE)
radialNetwork(useRtreeList)
Also, width = 5000
and height = 5000
arguments seem unreasonably large.
no response with additional information, so closing
Hi. I am trying to create a radialNetwork. I used the data.tree package to create the object for the visualization. The code looks as follows:
I could not find a solution to this problem online. Please advice on how to proceed.
Thank you.