The gmse_gui function will call a browser-based graphical user interface (GUI) for the gmse function. The GUI will run simulations for a limited range of parameter values and present results as plots.

gmse_gui()

Value

A browser should immediately open with the gmse graphical user interface

Examples

if (FALSE) {
sim <- gmse_gui();
}