difference | R Documentation |
Generate difference distractor from a matriks
difference(obj, seed, ...)
## S3 method for class 'matriks'
difference(obj, seed = 666, ...)
obj |
matriks, The matriks for which the distractor is generated |
seed |
seed |
... |
other arguments |
An object of class figure that is the difference distractor of a matrix
An object of class figure that is the difference distractor of a matrix
difference(matriks)
: Difference distractors
# create a matrix
m1 <- mat_apply(hexagon(), hrules = "lty")
# draw the matrix
draw(m1)
# draw the difference distractor
draw(difference(m1))
# create a matrix
m1 <- mat_apply(hexagon(), hrules = "lty")
# draw the matrix
draw(m1)
# draw the difference distractor
draw(difference(m1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.