cpp_mask {IFC} | R Documentation |
Equal Sized Matrix to Matrix Writer According to Mask
Description
Writes matrix 'B'
in matrix 'A'
according to 'mask'
.
If 'mask'
is not 0.0
'B'
is written, 'A'
otherwise.
Arguments
A |
a NumericMatrix. |
B |
a NumericMatrix. |
mask |
a NumericMatrix. |
[Package IFC version 0.2.1 Index]