gensurf {FuzzyR} | R Documentation |
Produce a graphical evaluated fuzzy inference system.
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
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
fis <- tipper()
gensurf(fis)
[Package FuzzyR version 2.3.2 Index]