ggvisControlOutput | R Documentation |
This is effectively the same as uiOutput
, except that
on the client side it may call some plot resizing functions after new
controls are drawn.
ggvisControlOutput(outputId, plotId = NULL)
outputId |
The output variable to read the value from. |
plotId |
An optional plot ID or vector of plot IDs. The plots will have their .onControlOutput functions called after the controls are drawn. |
ggvisControlOutput
is intended to be used with
bind_shiny
on the server side.
ggvisControlOutput("plot1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.