You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current dev version of networkD3, treeNetwork supersedes radialNetwork and the other tree network plotting functions. treeNetwork should handle an 'edgelist' as in your example, though your example does expose a problem when a root node is not specified in the data. Modifying your example somewhat, the following does work...
Here's a snippet of code when you have an edgelist and want to use it to create one of the tree diagrams (e.g.,
radialNetwork
)would this be good to put in the docs for
radialNetwork
?The text was updated successfully, but these errors were encountered: