overshiny | R Documentation |
overshiny
provides draggable and resizable rectangular elements that
overlay plots in Shiny apps. This may be useful in applications where users
need to define regions on the plot for further input or processing.
Currently, the overlays are only designed to move along the x axis of the
plot.
The package exports a setup helper (useOverlay()
),
UI components (overlayToken()
, overlayPlotOutput()
),
a server-side controller (overlayServer()
), and a function for
aligning overlays to a ggplot2 or base plot (overlayBounds()
).
Maintainer: Nick Davies nicholas.davies@lshtm.ac.uk [copyright holder]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.