Description Usage Arguments Examples
Customise the chart motif.
1 2 3 |
g2 |
An object of class |
... |
Motif options. |
1 2 3 4 5 6 | g <- g2(iris, asp(Sepal.Length, Sepal.Width)) %>%
fig_point(asp(color = Species))
g %>% motif_dark()
g %>% custom_motif(colors = c("red", "green", "blue"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.