Shows a GUI (Graphical User Interface) that lets you specify AHP models and view the results.
RunGUI(port = getOption("shiny.port"))
The TCP port that the application should listen on. If the
port
is not specified, and the shiny.port
option is set (with
options(shiny.port = XX)
), then that port will be used. Otherwise,
use a random port.