shiny (version 0.9.1)

renderPlot: Plot Output

Description

Renders a reactive plot that is suitable for assigning to an output slot.

Usage

renderPlot(expr, width = "auto", height = "auto", res = 72, ...,
  env = parent.frame(), quoted = FALSE, func = NULL)

Arguments

Details

The corresponding HTML output tag should be div or img and have the CSS class name shiny-plot-output.

See Also

For more details on how the plots are generated, and how to control the output, see plotPNG.