split_mat | R Documentation |
Split all the visible figures composing a cell of the matrix or of a concatenation of figures
split_mat(obj, vis = TRUE, cell = NULL)
## S3 method for class 'figure'
split_mat(obj, vis = TRUE, cell = NULL)
## S3 method for class 'matriks'
split_mat(obj, vis = TRUE, cell = NULL)
obj |
The complex figure or the matrix to split |
vis |
logical, split only the visible figures. Default is TRUE |
cell |
integer, The index of the cell to be split. Default is the correct response |
A list of figures of length equal to the number of figures visible in the correct response (vis = TRUE) or to all the figures composing the complex figure (vis = FALSE)
A list of figures of length equal to the number of figures visible in the correct response (vis = TRUE) or to all the figures composing the complex figure (vis = FALSE)
A list of figures of length equal to the number of figures visible in the correct response (vis = TRUE) or to all the figures composing the complex figure (vis = FALSE)
split_mat(figure)
: Split the correct response
Split all the visible figures composing a cell of the matrix or of a concatenation of figures
split_mat(matriks)
: Split all the visible figures composing a cell of the matrix or a concatenation of figures
m1 <- mat_apply(hexagon(), hrules = "lty")
# split the elements in the correct response and assign to an object
split_m1 <- split_mat(m1$Sq1)
m1 <- mat_apply(hexagon(), hrules = "lty")
# split the elements in the correct response and assign to an object
split_m1 <- split_mat(m1$Sq1)
m1 <- mat_apply(hexagon(), hrules = "lty")
# split the elements in the correct response and assign to an object
split_m1 <- split_mat(m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.