Skip to contents

Shorthand 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.

Value

A nacre output node.