Shiny appSend commands to a picker instance in a Shiny app
update_picker(
proxy,
view_state = NULL,
colors = NULL,
labels = NULL,
label_coords = NULL,
polygons = NULL,
show_grid = NULL,
title = NULL
)picker proxy object created by picker_proxy.
view state from other picker input (optional).
vector of hex colors, one for each row of coords.
vector of point labels used for tooltips on hover.
data.frame with three columns 'x', 'y', and 'label'. Used for text layer.
data.frame containing at minimum columns 'x1', 'x2', 'y1', 'y2', that define the polygons to draw and 'color' that defines the color.
set to TRUE to turn on grid layer.
character string to show in top left of plot.
The original proxy object. Called for side effects.