powered by
Draw a network.
po_network(d3po, ..., data = NULL, inherit_daes = TRUE)
Appends nodes arguments to a network-specific 'htmlwidgets' object
Either the output of d3po() or d3po_proxy().
d3po()
d3po_proxy()
Aesthetics, see daes().
daes()
Any dataset to use for plot, overrides data passed to d3po().
Whether to inherit aesthetics previous specified.
d3po(pokemon_network) %>% po_network(daes(size = size, color = color, layout = "kk")) %>% po_title("Connections Between Pokemon Types")
Run the code above in your browser using DataLab