startShinyKGode {shinyKGode}R Documentation

This function will start ShinyKGode.

Description

An interactive Shiny application for running gradient matching to approximate ODEs.

Usage

startShinyKGode()

Details

Start ShinyKGode

This starts the ShinyKGode application on the user's local computer.

Value

Nothing

Examples

{
if(interactive()){
  startShinyKGode()
  }
}

[Package shinyKGode version 1.0.5 Index]