register.theme {rtsplot} | R Documentation |
Theme
Description
Setup theme
Usage
register.theme(
grid.color = "gray90",
colors = "Set1",
col.border = "black",
col.up = "green",
col.dn = "red",
col.x.highlight = "orange",
col.y.highlight = "orange",
cex = 1,
legend.bg.col = grDevices::adjustcolor("white", 200/255)
)
rtsplot.theme()
rtsplot.theme.set(...)
rtsplot.colors(n)
Arguments
grid.color |
color for grid lines, defaults to 'gray90' |
colors |
RColorBrewer set to generate colors, defaults to "Set1" in RColorBrewer |
col.border |
border color for drawing candles, defaults to 'black' |
col.up |
up color for drawing candles, defaults to 'green' |
col.dn |
down color for drawing candles, defaults to 'red' |
col.x.highlight |
color for highlighting along x axis, defaults to 'orange' |
col.y.highlight |
color for highlighting along y axis, defaults to 'orange' |
cex |
font size, defaults to 1 |
legend.bg.col |
background legend color, defaults to grDevices::adjustcolor('white', 200/255) |
... |
additional settings |
n |
number of colors to generate |
Value
None
[Package rtsplot version 0.1.5 Index]