updateADplot: Change the value of a render ADplot control on the client

View source: R/renderADplot.R

updateADplotR Documentation

Change the value of a render ADplot control on the client

Description

Change the value of a render ADplot control on the client

Usage

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.

Author(s)

Konstantin A. Blagodatskikh <k.blag@yandex.ru>


kablag/shinyMolBio documentation built on Nov. 8, 2024, 10:06 a.m.