| kmfamset | R Documentation |
kmfamset object (family of sets)kmfamset returns a kmfamset object after checking that
the passed object is a binary matrix with all different rows. If the
passe object inherits the kmfamset property, nothing else is
changed.
kmfamset(x)
x |
Binary matrix representing a family of sets |
kmfamset object
Other Constructors:
kmspace(),
kmstructure()
m <- as.matrix(c(1,0,0,0,1,0,1,1,1), nrow=3, byrow=TRUE)
kmfamset(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.