Learn R Programming

matRiks (version 0.1.3)

wp: Wrong principle distractors (method)

Description

Generate the wrong principle distractors

Usage

wp(obj, ...)

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

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.

Arguments

obj

The matriks

...

Other arguments

Methods (by class)

  • wp(matriks): Wrong principle distractors

    Generate the wrong principle distractors

Examples

Run this code
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)

Run the code above in your browser using DataLab