Skip to contents

Backend for plot points module

Usage

plotPointsServer(
  id,
  type = c("ggplot", "base"),
  initStyle = NULL,
  hideInput = c()
)

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.