| as_assignment_matrix | R Documentation |
Turns a tidy assignment result back into a 0/1 assignment matrix.
as_assignment_matrix(x, n_sources = NULL, n_targets = NULL)
x |
An assignment result object of class |
n_sources |
Number of source nodes, optional |
n_targets |
Number of target nodes, optional |
Integer matrix with 0 and 1 entries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.