renderVis {LDAvis} | R Documentation |
Create an LDAvis output element
Description
Shiny server output function customized for animint plots
(similar to shiny::plotOutput
and friends).
Usage
renderVis(expr, env = parent.frame(), quoted = FALSE)
Arguments
expr |
An expression that generates a plot. |
env |
The environment in which to evaluate |
quoted |
Is expr a quoted expression (with |
See Also
http://shiny.rstudio.com/articles/building-outputs.html
[Package LDAvis version 0.3.2 Index]