gensurf: Produce a graphical evaluated fuzzy inference system.

Description Usage Arguments Value Examples

View source: R/FuzzyInferenceSystem.R

Description

Produces a three dimensional graphical view of a specific fis object. This function is only works for FIS structures with 3 variables. It will only work for 2 inputs, and 1 output.

Usage

1
gensurf(fis, ix1 = 1, ix2 = 2, ox1 = 1)

Arguments

fis

A fis must be provided.

ix1

Optional input (1)

ix2

Optional input (2)

ox1

Optional output

Value

A three dimensional graphical model generated from the fis and other optional parameters.

Examples

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

Example output



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

Related to gensurf in FuzzyR...