Description Usage Arguments Value Note Author(s)
View source: R/FuzzyToolkitUoN.R
Validates all user input when a membership function is created, and will stop function execution if invalid values are given.
1 | mfValidate(mfName, mfParams)
|
mfName |
Passed string used to check the given name. |
mfParams |
Passed mfParams (numeric vector) used to check the right amount of mfParams have been given. |
No value returned, but can stop operation with stop().
Invalid values can include illegal symbols, strings of length 0, non-character based data types as given argument etc.
Craig Knott, Luke Hovell, Nathan Karimian
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.