gensurf {FuzzyR} | R Documentation |
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.
gensurf(fis, ix1 = 1, ix2 = 2, ox1 = 1)
fis |
A fis must be provided. |
ix1 |
Optional input (1) |
ix2 |
Optional input (2) |
ox1 |
Optional output |
A three dimensional graphical model generated from the fis and other optional parameters.
fis <- tipper()
gensurf(fis)