View source: R/module_ggplot.R
ggplotOutput | R Documentation |
UI components for the ggplot module.
ggplotOutput(
id,
default_data_type = "samples",
default_plot_type = "univariate"
)
id |
An ID string that corresponds with the ID used to call the module's UI function. |
default_data_type |
Default data type selection |
default_plot_type |
Default plot type selection |
A shiny
UI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.