cpp_mark: Matrix to Matrix Writer According to Mask with Offsets

View source: R/RcppExports.R

cpp_markR Documentation

Matrix to Matrix Writer According to Mask with Offsets

Description

Writes matrix 'B' in matrix 'A' according to 'mask'.

Arguments

A

a NumericMatrix.

B

a NumericMatrix.

mask

a NumericMatrix.

xoff

x offset in 'A' to start writing 'B'.

yoff

x offset in 'A' to start writing 'B'.

invert

a logical. Default is false. When false, the default, values of 'B' are written into 'A' when 'mask' is not 0.0. When true, values of '1-B' are written into 'A' when 'mask' is not 0.0.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.