identity {matRiks} | R Documentation |
Identity rule (Method)
Description
Apply an identity rule to the figures in a matrix (i.e., no changes)
Usage
identity(fig, ...)
## S3 method for class 'figure'
identity(fig, ...)
Arguments
fig |
Vector of figures obtained with the concatenation of figures function ('cof()'). Three figures are needed. |
... |
Other arguments |
Value
An object composed of figures combined according to an identity rule
Methods (by class)
-
identity(figure)
: Identity figure
Examples
# generate a matrix with 9 squares
draw(mat_apply(square(), hrules = "identity"))
# generate a matrix with 9 squares
draw(mat_apply(square(), hrules = "identity"))
[Package matRiks version 0.1.3 Index]