getzeta | R Documentation |
The function computes the incidence matrix from the set of input profiles y
.
The output is a boolean matrix of S3 class incidence
.
getzeta(y)
## S3 method for class 'wprof'
getzeta(y)
y |
the set of profiles, an object of S3 class |
prf <- var2prof(varlen = c(2, 3))
getzeta(prf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.