Description Usage Arguments Value Author(s) See Also Examples
Define the palette for auto-styling
1 2 3 | style.palette(x, ...)
get.palette(x = c("dark", "light"))
|
x |
Palette name or definition. |
... |
Settings that override the defaults. |
Nothing, sets the approprite options
variables.
Christofer Bäcklin
style.auto, display.xterm.colors
1 2 3 | style.palette("light")
style.palette(list(fg=c(numeric=10, character=13)))
style.palette("light", fg=c(numeric=10, character=13))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.