| PlotBrowserModule {Mosaic} | R Documentation |
server module to customize ggplot views
PlotBrowserModule(input, output, session, reactives = reactive({
reactiveValues(PCAtable = df, active = T) }), values = NULL,
static = list(patterns = list(axis = "PCA__", color = "", hover = "")))
input |
|
output |
|
session |
|
reactives |
Import data from the shiny session |
values |
Import data from the shiny session |
static |
Import data from the shiny session |