render_plot {kinesis}R Documentation

Plot Server

Description

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 function recording the plot.

...

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

Value

No return value, called for side effects.

See Also

Other widgets: output_plot()


[Package kinesis version 0.2.1 Index]