po_network | R Documentation |
Draw a network.
po_network(d3po, ..., data = NULL, inherit_daes = TRUE)
d3po |
Either the output of |
... |
Aesthetics, see |
data |
Any dataset to use for plot, overrides data passed
to |
inherit_daes |
Whether to inherit aesthetics previous specified. |
Appends nodes arguments to a network-specific 'htmlwidgets' object
d3po(pokemon_network) %>%
po_network(daes(size = size, color = color, layout = "kk")) %>%
po_title("Connections Between Pokemon Types")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.