R/shinyVisGlobal.R

#' A Shiny environment.
#'
#' Stores modes used the in Shiny UI and internal defaults.
#'
#' @return An environment for storing Shiny variables.
#'
#' @export
shinyVis <- new.env()

# Modes.
shinyVis$classifyModes <- c("K-means Clustering", "Thresholds",
                            "Grid", "K-Nearest Neighbour")

# Thresholds for gating and all plots.
shinyVis$threshDefault <- list(ch1=7000, ch2=3500)
shinyVis$threshLimits <- list(ch1=list(min=3000, max=13500),
                              ch2=list(min=1000, max=9000))

Try the twoddpcr package in your browser

Any scripts or data that you put into this service are public.

twoddpcr documentation built on Nov. 8, 2020, 5:49 p.m.