Description Usage Arguments Value Examples
View source: R/extremalmatching.R
Make table of extremal representation
1 |
B |
full concordance signature |
a dataframe that can be readily turned into latex table or knitr table
1 2 3 | P <- 0.7 * matrix(1, nrow = 3, ncol = 3) + 0.3 * diag(3)
B <- consignature(P)
extremaltable(B)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.