Change the value of a render ADplot control on the client
updateADplot(
session,
inputId,
label = NULL,
hidePoints = NULL,
highlightPoints = NULL
)
The session
object passed to function given to
shinyServer
.
The id of the input
object.
The label to set for the input object.
The position
of the points to be hiden.
The position
of the points to be
highlighted.