Description Usage Arguments Value Author(s) Examples
View source: R/FuzzyToolkitUoN.R
Plots a 2D graph of all membership functions from the specified variable which must be part of a FIS object.
1 | plotMF(FIS, varType, varIndex)
|
FIS |
Requires an existing FIS as an argument. |
varType |
Can be either 'input' or 'output', representing the type of variable. |
varIndex |
A numerical integer, representing the index of the input or output variable whose membership functions shall be plotted (base 1). |
A two dimensional graph displaying all the membership functions of a given variable.
Craig Knott, Luke Hovell, Nathan Karimian
1 2 | FIS <<- tippertest()
plotMF(FIS, "input", 1)
|
Loading required package: splines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.