set_parameters {plotscaper} | R Documentation |
Set reactive parameters
Description
This functions sets reactive paramaters on a plot such as a histogram.
Usage
set_parameters(
x,
id = NULL,
width = NULL,
anchor = NULL,
width_x = NULL,
anchor_x = NULL,
width_y = NULL,
anchor_y = NULL
)
Arguments
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) |
Value
The scene or schema back
[Package plotscaper version 0.2.5 Index]