kmSRdiagram: Plot the Hasse diagram of a basis stored as a matrix

View source: R/kmSRdiagram.R

kmSRdiagramR Documentation

Plot the Hasse diagram of a basis stored as a matrix

Description

kmSRdiagram takes a matrix representing a surmise relation and a color vector and draws a Hasse diagram. If the color vector is NULL the states are drawn in green.

Usage

kmSRdiagram(structure, horizontal = TRUE, colors = NULL)

Arguments

structure

Binary matrix representing a surmise relation

horizontal

Boolean defining orientation of the graph, default TRUE

colors

Color vector (default NULL)

See Also

Other Plotting knowledge structures: kmbasisdiagram(), kmhasse()


kstMatrix documentation built on April 4, 2025, 2:16 a.m.