apply_plot_modifications | R Documentation |
This function checks the plot type and applies specific modifications to the plot object based on the provided parameters.
apply_plot_modifications(plot_obj, plot_type, dblclicking, ranges)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.