Nothing
#' 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))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.