gensurf: Produce a graphical evaluated fuzzy inference system.

Description Usage Arguments Value Note Author(s) Examples

View source: R/FuzzyToolkitUoN.R

Description

Produces a three dimensional graphical view of a specific FIS object.

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.

Note

As this is a 3D graphical representation it only works for FIS structures with 3 variables. It will only work for 2 inputs, and 1 output.

Author(s)

Craig Knott, Luke Hovell, Nathan Karimian

Examples

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

Example output

Loading required package: splines
Setting number of points to 101

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