map_themes | R Documentation |
This function enables all plots to be quickly, easily and consistently themed. This is achieved by setting a theme option that enables the appropriate palette to be used for all autograph-consistent plotting methods.
The following themes are currently available: default, bw, iheid, ethz, uzh, rug, unibe, crisp, neon, rainbow.
stocnet_theme(theme = NULL)
theme |
String naming a theme. By default "default". This string can be capitalised or not. |
This function sets the theme and palette(s) to be used across all stocnet packages. The palettes are written to options and held there.
stocnet_theme("default")
plot(manynet::node_degree(ison_karateka))
stocnet_theme("rug")
plot(manynet::node_degree(ison_karateka))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.