View source: R/kmbasisdiagram.R
kmbasisdiagram | R Documentation |
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.
kmbasisdiagram(struc, horizontal = TRUE, colors = NULL)
struc |
Binary matrix representing a basis |
horizontal |
Boolean defining orientation of the graph, default TRUE |
colors |
Color vector (default NULL) |
Other Plotting knowledge structures:
kmSRdiagram()
,
kmhasse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.