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

View source: R/kmbasisdiagram.R

kmbasisdiagramR Documentation

Plot the Hasse diagram of a basis stored as a matrix

Description

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

Usage

kmbasisdiagram(struc, horizontal = FALSE, colors = NULL)

Arguments

struc

Binary matrix representing a basis

horizontal

Boolean defining orientation of the graph, default FALSE

colors

Color vector (default NULL)

See Also

Other Plotting knowledge structures: kmhasse()


kstMatrix documentation built on Oct. 12, 2023, 5:06 p.m.