[<-,PaletteOfStyles-method | R Documentation |
Extract/Replace a Style Class or Object from PaletteOfStyles
## S4 replacement method for signature 'PaletteOfStyles'
x[i, j, ...] <- value
## S4 method for signature 'PaletteOfStyles,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
## S4 method for signature 'PaletteOfStyles'
x[[i, j, ..., exact = TRUE]]
x |
a |
i |
numeric, or character corresponding to a valid style |
j |
numeric, or character corresponding to a valid style
|
... |
pass a numeric or character corresponding to a valid
|
value |
a list of |
drop |
TRUE or FALSE, whether to drop dimensions, defaults to FALSE, which is different than generic |
exact |
passed on to generic |
a Style
ClassRepresentation
object or
Style
object for [[
, and a list of the same for
[
diffPrint
for explanations of format
,
brightness
, and color.mode
pal <- PaletteOfStyles()
pal[["ansi256", "light", "rgb"]]
pal["ansi256", "light", ]
pal["ansi256", "light", "rgb"] <- list(StyleAnsi8NeutralRgb())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.