Learn R Programming

kstIO (version 0.4-3)

read_surmisefunction: Read surmise function file

Description

Read a surmise function from a file. The file formats are described in the kstIO-package information page.

Usage

read_surmisefunction(filename)

Value

A list with two elements:

relation

The surmise relation as object of class relation.

matrix

The incidence matrix of the surmise relation.

Arguments

filename

A character string specifying the name of the base file.

Author

Cord Hockemeyer cord.hockemeyer@uni-graz.at

Details

Surmise function files exist (so far) only in CSV format.

See Also

kstIO-package