View source: R/message_senders.R
set_parameters | R Documentation |
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
)
x |
A |
id |
A string id of the plot. See id |
width |
Histogram binwidth |
anchor |
Histogram anchor |
width_x |
2D histogram binwidth (x-axis) |
anchor_x |
2D histogram anchor (x-axis) |
width_y |
2D histogram binwidth (y-axis) |
anchor_y |
2D histogram anchor (y-axis) |
The scene or schema back
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.