emptyMatrix()
is.emptyMatrix(object)
emptyMatrix
returns the empty matrix, equivalent to matrix(NA,0,0)
. is.emptyMatrix
returns TRUE
if its argument is identical to the empty matrix.J.D. Clayden, S. Muñoz Maniega, A.J. Storkey, M.D. King, M.E. Bastin & C.A. Clark (2011). TractoR: Magnetic resonance imaging and tractography with R. Journal of Statistical Software 44(8):1-18.