Learn R Programming

ahp (version 0.2.12)

RunGUI: Shows a GUI (Graphical User Interface) that lets you specify AHP models and view the results.

Description

Shows a GUI (Graphical User Interface) that lets you specify AHP models and view the results.

Usage

RunGUI(port = getOption("shiny.port"))

Arguments

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.