showGUI: Show a Graphic User Interface of fis object

Description Usage Arguments Details Value Author(s) Examples

View source: R/FuzzyInferenceSystem.R

Description

Show a Graphic User Interface to display membership function plots for input and output, rules and evaluate the fis.

Usage

1
showGUI(fis, advancedGUI = FALSE)

Arguments

fis

Requires a fis structure to display a GUI.

advancedGUI

TRUE/FALSE; if TRUE, an advanced GUI with more features is provided (provided by science@sboldt.com).

Details

This function is purposed to display all the membership plots and rules of fis object in Graphic User Interface (GUI). It also provide a function to evaluate the fis object.

showGUI(fis) will display the GUI of fis object.

Value

Return the GUI to display membership function for input and output together with rules.

Author(s)

Tajul Razak

Examples

1
2
fis <- tipper()
fis <- showGUI(fis)

Example output



FuzzyR documentation built on May 19, 2021, 9:06 a.m.

Related to showGUI in FuzzyR...