This functions sets reactive paramaters on a plot such as a histogram.
set_parameters(
x,
id = NULL,
width = NULL,
anchor = NULL,
width_x = NULL,
anchor_x = NULL,
width_y = NULL,
anchor_y = NULL
)
The scene or schema back
A plotscaper
scene
A string id of the plot. See id
Histogram binwidth
Histogram anchor
2D histogram binwidth (x-axis)
2D histogram anchor (x-axis)
2D histogram binwidth (y-axis)
2D histogram anchor (y-axis)