View source: R/findunsplitgroups.R
find.unsplit.Grps | R Documentation |
Finds unsplit groups in a signed partition matrix, V
find.unsplit.Grps(V)
V |
Partition matrix. |
V <- matrix(c(1,1,-1,-1,1,-1,0,0),byrow=FALSE,ncol=2)
find.unsplit.Grps(V)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.