Skip to contents

Plot Server

Usage

render_plot(id, x, ...)

Arguments

id

An ID string that corresponds with the ID used to call the module's UI function.

x

A reactive recorded plot to be saved (see grDevices::recordPlot()).

...

Further parameters to be passed to shiny::renderPlot().

See also

Other widgets: output_plot()