overlayPlotOutput | R Documentation |
Render a shiny::renderPlot()
within an application page, with support for
overlays.
overlayPlotOutput(outputId, width, height)
outputId |
The |
width , height |
Image width and height. Must be a valid CSS unit, like
|
A plot output element that can be added to a UI definition.
overlayServer()
, for a complete example.
ui <- shiny::fluidPage(
overlayPlotOutput("my_plot", 640, 480)
# further UI elements here . . .
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.