View source: R/mrs_data_proc.R
mask_xy_mat | R Documentation |
Mask a 2D MRSI dataset in the x-y dimension.
mask_xy_mat(mrs_data, mask, value = NA)
mrs_data |
MRS data object. |
mask |
matrix of boolean values specifying the voxels to mask, where a value of TRUE indicates the voxel should be removed. |
value |
the value to set masked data to (usually NA or 0). |
masked dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.