unmask_mat | R Documentation |
Insert empty rows or columns to a matrix. For example, medial wall vertices can be added back to the cortex data matrix.
unmask_mat(x, mask, mask_dim = 1, fill = NA)
x |
The data matrix to unmask. |
mask |
The logical mask: the number of |
mask_dim |
Rows, |
fill |
The fill value for the inserted rows/columns. Default: |
The unmasked matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.