View source: R/Module_PlotBrowserModule.R
PlotBrowserModule | R Documentation |
MseekWidget to customize ggplot views
PlotBrowserModule( input, output, session, reactives = reactive({ reactiveValues(PCAtable = df, active = T) }), static = list(patterns = list(axis = "PCA__", color = "", hover = "")) ) PlotBrowserModuleUI(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 |
static |
a list of arguments that are not in a reactive context and hence do not change while the app is running. |
id |
id to be used to define a namespace via |
Returns its internalValues
PlotBrowserModule
: Server logic
PlotBrowserModuleUI
: UI elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.