Description Usage Arguments Value Author(s) Examples
View source: R/FuzzyToolkitUoN.R
Removes a specified variable and all its attached membership functions from a given FIS object.
1 | removeVar(FIS, varType, varIndex)
|
FIS |
A FIS is required. |
varType |
Should be either 'input' or 'output', representing the type of variable to be removed. |
varIndex |
The index of the variable that is to be removed (Base 1). |
A FIS with the specified variable removed.
Craig Knott, Luke Hovell, Nathan Karimian
1 2 | FIS <<- tippertest()
FIS <<- removeVar(FIS, "input", 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.