kmhasse | R Documentation |
kmhasse
takes a matrix representing a knowledge structure and a
color vector and draws a Hasse diagram. If the color vector is NULL
the states are drawn in green.
kmhasse(struc, horizontal = FALSE, colors = NULL)
struc |
Binary matrix representing a knowledge structure |
horizontal |
Boolean defining orientation of the graph, default FALSE |
colors |
Color vector (default NULL) |
Other Plotting knowledge structures:
kmbasisdiagram()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.