doubleMatrix {xcms} | R Documentation |
Allocate double or logical matricies in one step without copying memory around.
doubleMatrix(nrow = 0, ncol = 0) logicalMatrix(nrow = 0, ncol = 0)
nrow |
number of matrix rows |
ncol |
number of matrix columns |
Matrix of double or logical values.
Colin A. Smith, csmith@scripps.edu