getzeta: Incidence matrix generation

View source: R/getzeta.R

getzetaR Documentation

Incidence matrix generation

Description

The function computes the incidence matrix from the set of input profiles y. The output is a boolean matrix of S3 class incidence.

Usage

getzeta(y)
## S3 method for class 'wprof'
getzeta(y)

Arguments

y

the set of profiles, an object of S3 class wprof.

Examples

prf <- var2prof(varlen = c(2, 3))
getzeta(prf)

parsec documentation built on Aug. 19, 2023, 5:07 p.m.