View source: R/02-modules-modelResultHelpers.R
zScaleServer | R Documentation |
Server function of the module
zScaleServer(
id,
Model,
fixCol,
estimationTypeChoices,
restrictOption,
zValuesFun,
zValuesFactor,
mapType = reactive("Map"),
IndSelect = NULL
)
id |
id of module |
Model |
(reactive) model output |
fixCol |
(reactive) user input if columns should be fixed, TRUE or FALSE |
estimationTypeChoices |
(reactive) named characters of choices of estimation types |
restrictOption |
(reactive) either "hide" or "show". If "show" than add user input to restrict the z scale. |
zValuesFun |
(reactive) function to extract zValues, either getZValues or getZValuesKernel |
zValuesFactor |
(numeric) factor applied to zValues |
mapType |
(character) |
IndSelect |
(character) select category in case of categorical model |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.