R/run.R

Defines functions startShinyKGode

Documented in startShinyKGode

#' Start ShinyKGode
#' @title This function will start ShinyKGode.
#' @return Nothing
#' @description An interactive Shiny application for running gradient matching to approximate ODEs.
#' @details This starts the ShinyKGode application on the user's local computer.
#' @keywords ShinyKGode
#' @examples{
#' if(interactive()){
#'   startShinyKGode()
#'   }
#' }
#' @export
#' @import pracma pspline
startShinyKGode <- function() {
  shiny::runApp(appDir = system.file("application", package='shinyKGode'))
}

Try the shinyKGode package in your browser

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

shinyKGode documentation built on May 2, 2019, 11:04 a.m.