View source: R/Module_PlotModule.R
PlotModule | R Documentation |
Module for ggplot2 handler
PlotModule( input, output, session, reactives = reactive({ list(plot = NULL, interactive = F) }) ) PlotModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
reactives |
a list, wrapped in a |
id |
id to be used to define a namespace via |
Returns nothing but provides a ggplot GUI output
PlotModule
: Server logic
PlotModuleUI
: UI elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.