make_html_styles | R Documentation |
vectorized make_styles for html span output
make_html_styles(
style = NULL,
text,
bg = FALSE,
bg_style = NULL,
grey = FALSE,
Cgrey = getOption("jam.Cgrey"),
lightMode = NULL,
Crange = getOption("jam.Crange"),
Lrange = getOption("jam.Lrange"),
adjustRgb = getOption("jam.adjustRgb"),
adjustPower = 1.5,
fixYellow = TRUE,
alphaPower = 2,
setOptions = FALSE,
verbose = FALSE,
...
)
style |
|
text |
|
bg |
|
bg_style |
|
grey |
|
Cgrey |
|
lightMode |
|
Crange |
|
Lrange |
|
adjustRgb |
|
adjustPower |
|
fixYellow |
|
alphaPower |
|
setOptions |
|
verbose |
|
... |
additional parameters are ignored |
Note this function is experimental.
Other jam internal functions:
handleArgsText()
,
jamCalcDensity()
,
make_styles()
,
smoothScatterJam()
make_html_styles(style=c("red", "orange"), text=c("one ", "two"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.