getPlotConfig {scatterPlotMatrix}R Documentation

Asks to retrieve the plot configuration. Result will be sent through a reactive input.

Description

Asks to retrieve the plot configuration. Result will be sent through a reactive input.

Usage

getPlotConfig(id, configInputId)

Arguments

id

Output variable to read from (id which references the requested plot).

configInputId

Reactive input to write to.

Value

No return value, called from shiny applications for side effects.


[Package scatterPlotMatrix version 0.2.0 Index]