powered by
Apply an identity rule to the figures in a matrix (i.e., no changes)
identity(fig, ...)# S3 method for figure identity(fig, ...)
# S3 method for figure identity(fig, ...)
An object composed of figures combined according to an identity rule
Vector of figures obtained with the concatenation of figures function (`cof()`). Three figures are needed.
Other arguments
identity(figure): Identity figure
identity(figure)
# generate a matrix with 9 squares draw(mat_apply(square(), hrules = "identity")) # generate a matrix with 9 squares draw(mat_apply(square(), hrules = "identity"))
Run the code above in your browser using DataLab