| pattern_key | R Documentation |
Collapses each row of a binary matrix to a single string by pasting
the entries without separator (e.g. c(0,1,0) becomes "010").
pattern_key(x)
x |
A numeric or integer matrix. |
A character vector of length nrow(x).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.