Description Usage Arguments Value Note Author(s) Examples
View source: R/FuzzyToolkitUoN.R
Produces a three dimensional graphical view of a specific FIS object.
1 | 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.
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.
Craig Knott, Luke Hovell, Nathan Karimian
1 2 | FIS <<- tippertest()
gensurf(FIS)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.