shinyMolBio (version 0.2)

updateCurves: Change the value of a render PCR curves control on the client

Description

Change the value of a render PCR curves control on the client

Usage

updateCurves(session, inputId, label = NULL, hideCurves = NULL,
  highlightCurves = 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.

hideCurves

The fdata.names of the curves to be hiden.

highlightCurves

The fdata.names of the curves to be highlighted.