unmask_Mdat2In {BayesfMRI} | R Documentation |
Unmask data
Description
maskMdat
is a subset of maskIn
. x
is masked by
maskMdat
; this function makes it masked by maskIn
instead
and uses fill_val
for the previously masked-out locations.
Usage
unmask_Mdat2In(x, maskIn, maskMdat, fill_val = NA)
Arguments
x |
The matrix to unmask |
maskIn , maskMdat |
The input mask, and the modeled locations mask, as logical vectors. The latter should be a subset of the former. They should have the same length. |
fill_val |
The fill value. Default: |
[Package BayesfMRI version 0.10.1 Index]