Skip to contents

Plot UI

Usage

output_plot(id, ..., tools = NULL, title = NULL, note = NULL)

Arguments

id

A character vector to be used for the namespace.

...

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

tools

A (list of) input elements.

title

A character string giving the card title.

note

A character string giving a note to be placed in the footer.

See also

Other widgets: render_plot()