Description Usage Arguments Details References Examples
Set the global options, including the color theme.
1 2 3 4 5 6 7 8 |
rendering.style |
Single character. |
theme |
Character, either "blue" or "green". |
main.line.width |
Numeric, default main line width. |
main.line.color |
String (R color string), default main line color. |
main.fill.color |
String (R color string), default color for the area under univariate probability distributions, excluding quantile functions. |
main.fill.color.2 |
String (R color string), default color for the area under quantile functions, and univariate dks/cks data bars/points. |
semi.fill.color |
String (R color string), default color for bivariate data points. |
palette |
String, color palette, for grDevices::hcl.colors, used when plotting distribution sets, and by the kernel.array function. |
... |
Ignored. |
This function calls barsurf::set.bs.options, to set the rendering.style and theme.
Refer to the vignette for an overview, references and better examples.
1 | set.ph.theme ("blue")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.