unmask_Mdat2In | R Documentation |
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.
unmask_Mdat2In(x, maskIn, maskMdat, fill_val = NA)
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: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.