style.palette: Define the palette for auto-styling

Description Usage Arguments Value Author(s) See Also Examples

View source: R/core.r

Description

Define the palette for auto-styling

Usage

1
2
3
style.palette(x, ...)

get.palette(x = c("dark", "light"))

Arguments

x

Palette name or definition.

...

Settings that override the defaults.

Value

Nothing, sets the approprite options variables.

Author(s)

Christofer B<c3><a4>cklin

See Also

style.auto, display.xterm.colors

Examples

1
2
3
style.palette("light")
style.palette(list(fg=c(numeric=10, character=13)))
style.palette("light", fg=c(numeric=10, character=13))

xtermStyle documentation built on May 2, 2019, 2:13 p.m.