Does anyone know the argument to extend all branches to the maximum level in radialNetwork in the networkD3 package v0.4.9?
This is all I can find:
> args("radialNetwork")
function (List, height = NULL, width = NULL, fontSize = 10, fontFamily = "serif",
linkColour = "#ccc", nodeColour = "#fff", nodeStroke = "steelblue",
textColour = "#111", opacity = 0.9, margin = NULL)
NULL