| plot {kst} | R Documentation |
Plots a Hasse Diagram of knowledge structures.
## S3 method for class 'kstructure': plot(x, ...)
x |
An R object of class kstructure. |
... |
Other arguments to be passed to methods. |
Note that the plot method makes use of the package
Rgraphviz. Rgraphviz v1.18 or higher may cause
problems on Windows operating systems. For this reason,
Rgraphviz v1.16.0 is provided in the inst
directory of this package and may be installed manually in case
of plotting errors.
Doignon, J.-P., Falmagne, J.-C. (1999) Knowledge Spaces. Heidelberg: Springer Verlag.
kst <- kstructure(set(set("a"), set("a","b"), set("a","c"), set("d","e"),
set("a","b","d","e"), set("a","c","d","e"), set("a","b","c","d","e")))
plot(kst)