PlotBrowserModule: PlotBrowserModule

View source: R/Module_PlotBrowserModule.R

PlotBrowserModuleR Documentation

PlotBrowserModule

Description

MseekWidget to customize ggplot views

Usage

PlotBrowserModule(
  input,
  output,
  session,
  reactives = reactive({     reactiveValues(PCAtable = df, active = T) }),
  static = list(patterns = list(axis = "PCA__", color = "", hover = ""))
)

PlotBrowserModuleUI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

reactives

a list, wrapped in a reactive() expression with settings for this module. See details.

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 NS() (must match id in callModule for the server Module)

Value

Returns its internalValues

Functions

  • PlotBrowserModule: Server logic

  • PlotBrowserModuleUI: UI elements


mjhelf/METABOseek documentation built on April 27, 2022, 5:13 p.m.