R/ShinyApps.r

Defines functions SimulationApp AnalysisApp

Documented in AnalysisApp SimulationApp

AnalysisApp = function() {

  appDir = system.file("AnalysisApp", package = "MCPModPack")
  shiny::runApp(appDir, display.mode = "normal")

}

SimulationApp = function() {

  appDir = system.file("SimulationApp", package = "MCPModPack")
  shiny::runApp(appDir, display.mode = "normal")

}

Try the MCPModPack package in your browser

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

MCPModPack documentation built on May 31, 2023, 5:23 p.m.