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 <- as.matrix(c(1,0,0,0,1,0,1,1,1), nrow=3, byrow=TRUE)
kmspace(m)


kstMatrix documentation built on Dec. 18, 2025, 5:07 p.m.