powered by
Plots a 2D graph of all membership functions from the specified variable which must be part of a fis object.
plotmf( fis, varType, varIndex, xx = NULL, timelimit = 0, xlab = NULL, ylab = NULL, main = NULL )
Requires an existing fis as an argument.
Can be either 'input' or 'output', representing the type of variable.
A numerical integer, representing the index of the input or output variable whose membership functions shall be plotted (base 1).
primary inputs for extra lines
for perturbation
X axis label using font, size and color
Y axis label, same font attributes as xlab
The main title (on top)
A two dimensional graph displaying all the membership functions of a given variable.
# NOT RUN { fis <- tipper() plotmf(fis, "input", 1) # }
Run the code above in your browser using DataLab