| kmspace | R Documentation |
kmspace objectkmspace() returns a kmspace object for a binary matrix.
kmspace(x)
x |
Binary matrix representing a family of sets |
kmspace object
Other Constructors:
kmfamset(),
kmstructure()
m <- as.matrix(c(1,0,0,0,1,0,1,1,1), nrow=3, byrow=TRUE)
kmspace(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.