Rdocumentation
powered by
Learn R Programming
LDAvis (version 0.3.2)
renderVis: 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
expr
.
quoted
Is expr a quoted expression (with
quote()
)? This is useful if you want to save an expression in a variable.
See Also
http://shiny.rstudio.com/articles/building-outputs.html