powered by
Register a new theme for network visualization.
register_theme(name, theme)
Invisible NULL.
Character. Name of the theme.
A CographTheme object or a list of theme parameters.
# Register a custom theme register_theme("custom", list( background = "white", node_fill = "steelblue", node_border = "navy", edge_color = "gray50" ))
Run the code above in your browser using DataLab