Learn R Programming

kst (version 0.5-0)

as.binaryMatrix: Matrix Representation of Knowledge Structures

Description

Computes the matrix representation of a knowledge structure.

Usage

as.binaryMatrix(x)

Arguments

x

An R object of class kstructure (or kspace).

Value

An R object of class matrix.

Details

as.binaryMatrix takes an arbitrary knowledge structure in set representation and computes its matrix form.

See Also

as.famset, kspace, kstructure

Examples

Run this code
# NOT RUN {
kst <- kstructure(set(set("a"), set("a","b"), set("a","c"), set("d","e"), 
   set("a","b","d","e"), set("a","c","d","e"), set("a","b","c","d","e")))
as.binaryMatrix(kst)
# }

Run the code above in your browser using DataLab