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.
character
vector with the same length as text
input vector,
where entries are surrounded by the relevant HTML consistent with
the style
defined at input. In short, a character vector as input,
colorized HTML character vector as output.
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.