R/Discrete_TwoP.R

Defines functions Discrete_TwoP

Documented in Discrete_TwoP

Discrete_TwoP <- function() {
  appDir <- system.file("shiny-examples", "Discrete_TwoP",
                        package = "ShinyBayes")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `TeachBayes`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal")
}
bayesball/ShinyBayes documentation built on April 30, 2024, 8:51 a.m.