| kmstructure | R Documentation |
kmstructure objectkmstructure() returns a kmstructure object after checking that
the passed object is a binary matrix without double rows. The empty set
and the full item set are added if missing.
kmstructure(x)
x |
Binary matrix representing a family of sets |
kmstructure object
Other Constructors:
kmfamset(),
kmspace()
m <- as.matrix(c(1,0,0,0,1,0,1,1,1), nrow=3, byrow=TRUE)
kmstructure(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.