| graphics_server | R Documentation |
Graphical Parameters Server
graphics_server(id)
id |
An ID string that corresponds with the ID used to call the module's UI function. |
A reactiveValues object with elements:
col_quali, col_quantA palette function that when called with a single argument returns a character vector of colors.
pchA palette function that when called with a single argument returns a character vector of symbols.
ltyA palette function that when called with a single argument returns a character vector of symbols.
cexA palette function that when called with a single argument returns a numeric vector giving the amount by which plotting text and symbols should be magnified relative to the default.
aspgraphics_ui()
Other plot modules:
graphics_ui(),
scatter_server(),
scatter_ui(),
ternary_server(),
ternary_ui()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.