Learn R Programming

kstMatrix (version 2.2-1)

kmgradations: Determine all gradations between two states

Description

Determine all gradations between two states

Usage

kmgradations(structure, from = NULL, to = NULL)

Value

A list of gradations where each gradation is a list of states

Arguments

structure

Knowledge structure

from

Starting state (if NULL (default), it is the empty set)

to

Goal state (if NULL (default), it is the full item set)

See Also

Other Fringes & learning paths: kmbasisfringe(), kmbasisneighbourhood(), kmfringe(), kmlearningpaths(), kmneighbourhood(), kmnneighbourhood()

Examples

Run this code
kmgradations(xpl$space)


Run the code above in your browser using DataLab