PlotBrowserModule {Mosaic}R Documentation

PlotBrowserModule

Description

server module to customize ggplot views

Usage

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

Arguments

input
output
session
reactives

Import data from the shiny session

values

Import data from the shiny session

static

Import data from the shiny session


[Package Mosaic version 0.7.2 Index]