kmspace: Convert a binary matrix to a 'kmspace' object

View source: R/kmspace.R

kmspaceR Documentation

Convert a binary matrix to a kmspace object

Description

kmspace() returns a kmspace object for a binary matrix.

Usage

kmspace(x)

Arguments

x

Binary matrix representing a family of sets

Value

kmspace object

See Also

Other Constructors: kmfamset(), kmstructure()

Examples

m <- matrix(c(1,0,0,0,1,0,1,1,1), nrow=3, byrow=TRUE)
kmspace(m)


kstMatrix documentation built on Feb. 28, 2026, 5:06 p.m.