Given a numeric object (scalar, vector, matrix or 3-dim array) sets a subset of rows to a given value.
apollo_setRows(v, r, val)
The same argument utilities
but with the rows where r==TRUE
set to val
.
Numeric scalar, vector, matrix or 3-dim array. Rows of this object will be replaced by val
and
Boolean vector. As many elements as rows in utilities
. TRUE for replacing that row, FALSE for not changing it.
Numeric scalar. Value to which the specified rows must be set to.