View source: R/Check_Obsn_vs_Rows_Matrix.R
Check_Obsn_vs_Rows_Matrix | R Documentation |
Observations Vs Rows Incidence Matrix
Check_Obsn_vs_Rows_Matrix(Matrix)
Matrix |
Any matrix |
Generates observations vs rows matrix for a given design
library(SudokuDesigns)
mat1<-matrix(c(1,2,3,4,1,3,6,2,8,1,8,3),nrow=4,byrow=TRUE)
mat1
Check_Obsn_vs_Rows_Matrix(mat1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.