R/matrix.R
setMatrixColumns.Rd
Set matrix columns of given names to fix values
setMatrixColumns(m, columnValuePairs, warn = TRUE)
matrix
list of elements each of which defines an assignment in the form <column-name> = <value>
<column-name> = <value>
if TRUE, warnings are given if columns named in columnValuePairs do not exist in matrix m
TRUE
columnValuePairs
m