kmgradations: Determine all gradations between two states

View source: R/kmgradations.R

kmgradationsR Documentation

Determine all gradations between two states

Description

Determine all gradations between two states

Usage

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

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)

Value

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

See Also

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

Examples

kmgradations(xpl$space)



kstMatrix documentation built on Dec. 18, 2025, 5:07 p.m.