PlotModule: PlotModule

View source: R/Module_PlotModule.R

PlotModuleR Documentation

PlotModule

Description

Module for ggplot2 handler

Usage

PlotModule(
  input,
  output,
  session,
  reactives = reactive({     list(plot = NULL, interactive = F) })
)

PlotModuleUI(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.

id

id to be used to define a namespace via NS() (must match id in callModule for the server Module)

Value

Returns nothing but provides a ggplot GUI output

Functions

  • PlotModule: Server logic

  • PlotModuleUI: UI elements


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.