wp | R Documentation |
Generate the wrong principle distractors
wp(obj, ...)
## S3 method for class 'matriks'
wp(obj, ...)
obj |
The matriks |
... |
Other arguments |
An object of class responses that contains the wrong principle distractors of a matriks (WP-Matrix and WP-Copy). If the distractor could not be generated because of the constraints imposed by the matrix, it will be covered by a thick, black X and a warning is given.
An object of class responses that contains the wrong principle distractors of a matriks (WP-Matrix and WP-Copy). If the distractor could not be generated because of the constraints imposed by the matrix, it will be covered by a thick, black X and a warning is given.
wp(matriks)
: Wrong principle distractors
Generate the wrong principle distractors
m1 <- mat_apply(hexagon(), hrules = "lty")
# draw the matriks
draw(m1)
# draw the wp distractors with the title
draw(wp(m1), main = TRUE)
m1 <- mat_apply(hexagon(), hrules = "lty")
# draw the matriks
draw(m1)
# draw the wp distractors with the title
draw(wp(m1), main = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.