Change the value of a render ADplot control on the client

updateADplot(
  session,
  inputId,
  label = NULL,
  hidePoints = NULL,
  highlightPoints = NULL
)

Arguments

session

The session object passed to function given to shinyServer.

inputId

The id of the input object.

label

The label to set for the input object.

hidePoints

The position of the points to be hiden.

highlightPoints

The position of the points to be highlighted.