read_surmisefunction {kstIO} | R Documentation |
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)
Arguments
filename |
A character string specifying the name of the base file. |
Details
Surmise function files exist (so far) only in CSV format.
Value
A list with two elements:
relation |
The surmise relation as object of class |
matrix |
The incidence matrix of the surmise relation. |
Author(s)
Cord Hockemeyer cord.hockemeyer@uni-graz.at
See Also
[Package kstIO version 0.4-0 Index]