matrixDimnamesDS.Rd
Adds dimnames (row names, column names or both) to a matrix on the serverside.
matrixDimnamesDS(M1.name = NULL, dimnames)
Specifies the name of the serverside matrix to which
dimnames are to be added. Fully specified by <M1> argument of
function ds.matrixDimnames
. For more details
see help for ds.matrixDimnames
.
A dimnames attribute for the matrix: NULL or a list of
length 2 giving the row and column names respectively.
Fully specified by <dimnames> argument of
function ds.matrixDimnames
. For more details
see help for ds.matrixDimnames
.
Output is the serverside matrix specified by the <newobj> argument (or default name diag_<x1>) with specified dimnames (row and column names) which is written to the serverside.
Adds dimnames (row names, column names or both) to
a matrix on the serverside. Similar to the dimnames
function
in native R. For more details see help for
function ds.matrixDimnames