wp {matRiks}R Documentation

Wrong principle distractors (method)

Description

Generate the wrong principle distractors

Usage

wp(obj, ...)

## S3 method for class 'matriks'
wp(obj, ...)

Arguments

obj

The matriks

...

Other arguments

Value

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.

Methods (by class)

Examples

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)

[Package matRiks version 0.1.3 Index]