getzeta: Incidence matrix generation

Description Usage Arguments Examples

View source: R/getzeta.R

Description

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

Usage

1
2
3
getzeta(y)
## S3 method for class 'wprof'
getzeta(y)

Arguments

y

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

Examples

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

Example output


parsec documentation built on May 2, 2019, 6:08 p.m.