showFIS: Show a FIS object.

Description Usage Arguments Value Author(s) Examples

View source: R/FuzzyToolkitUoN.R

Description

Shows a FIS and all its data in an ordered format on the console.

Usage

1
showFIS(FIS)

Arguments

FIS

Requires a FIS structure to be displayed.

Value

Nothing is returned, but organised text regarding the FIS is output to console.

Author(s)

Craig Knott, Luke Hovell, Nathan Karimian

Examples

1
2
FIS <<- tippertest()
showFIS(FIS)

FuzzyToolkitUoN documentation built on May 2, 2019, 5:50 a.m.