
Embed a plot output in a nacre tag tree
PlotOutput.RdShorthand for Output(renderPlot, plotOutput, ...).
Usage
PlotOutput(expr, ..., env = parent.frame())Arguments
- expr
An expression that produces a plot.
- ...
Additional arguments passed to
shiny::plotOutput().- env
The environment in which to evaluate
expr.