readfis {FuzzyR}R Documentation

Read a fis object from a .fis file.

Description

Reads a fis object from a file with the .fis extension, and converts it into a data structure to be used within the environment.

Usage

readfis(fileName)

Arguments

fileName

Should be an absolute path given as a string to the file to be read, with escaped backslashes.

Value

A fis structure with its values generated from that of the files.


[Package FuzzyR version 2.3.2 Index]