Server function for plot points
plotPointsServer.Rd
Backend for plot points module
Arguments
- id
namespace id
- type
(character) Type of the plot to edit points for, one of "ggplot", "base".
- initStyle
(list) optional, named list with style definitions, should have the same format as the default output of
plotPointsServer
- hideInput
(character) inputs that should be disabled (hidden) when applying this module. Possible inputs are "hide", "symbol", "color", "size", "alpha", "colorBg", "lineWidthBg". Please use
shinyjs::useShinyjs()
in your UI function to enable this feature.