apply_plot_modifications {teal.widgets} | R Documentation |
This function checks the plot type and applies specific modifications to the plot object based on the provided parameters.
Description
This function checks the plot type and applies specific modifications to the plot object based on the provided parameters.
Usage
apply_plot_modifications(plot_obj, plot_type, dblclicking, ranges)
Arguments
plot_obj |
The original plot object. |
plot_type |
The type of the plot, either |
dblclicking |
A logical value indicating whether double-clicking on data points on the main plot is enabled or disabled. |
ranges |
A list containing x and y values of ranges. |
[Package teal.widgets version 0.4.3 Index]