initmat | R Documentation |
Generates initial matrix
initmat(students)
students |
a column of a dataset that has students' unique IDs |
matrix
# Initial matrix 5x5
data <- GenerateData(5)
initmat(data$Student)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.