scatterPlot module server logic
scatterPlot(
input,
output,
session,
clarion,
marker.output = NULL,
plot.method = "static",
width = "auto",
height = "auto",
ppi = 72,
scale = 1
)
Shiny's input object
Shiny's output object
Shiny's session object
A clarion object. See Clarion
. (Supports reactive)
Marker module output. See marker
.
Choose to rather render a 'interactive' or 'static' plot. Defaults to 'static'.
Width of the plot in cm. Defaults to minimal size for readable labels and supports reactive.
Height of the plot in cm. Defaults to minimal size for readable labels and supports reactive.
Pixel per inch. Defaults to 72 and supports reactive.
Scale plot size. Defaults to 1, supports reactive.
Returns reactive containing data used for plot.
As markerOutput provides a second dataset used for highlighting it is crucial for it to have the same columnnames as the dataset provided by clarion.
Intersections between marker and clarion will be removed from clarion in favor of highlighting them.