Learn R Programming

FuzzyToolkitUoN (version 1.0)

gensurf: Produce a graphical evaluated fuzzy inference system.

Description

Produces a three dimensional graphical view of a specific FIS object.

Usage

gensurf(fis, ix1 = 1, ix2 = 2, ox1 = 1)

Arguments

fis
A FIS must be provided.
ix1
Optional input (1)
ix2
Optional input (2)
ox1
Optional output

Value

    Examples

    Run this code
    FIS <<- tippertest()
    gensurf(FIS)

    Run the code above in your browser using DataLab