showfis {FuzzyR}R Documentation

Show a fis object.

Description

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

Usage

showfis(fis)

Arguments

fis

Requires a fis structure to be displayed.

Value

Returned the organised text regarding the fis is output to console.

Examples

fis <- tipper()
showfis(fis)

[Package FuzzyR version 2.3.2 Index]