powered by
Functions to test if an object is of a particular class.
Note that NestMatrix and MatrixArray extend ObjectArray, and PartMatrix extends SectMatrix.
is.ObjectArray (x) is.NestMatrix (x) is.PartMatrix (x) is.SectMatrix (x) is.MatrixArray (x)is.ZERO (x)
is.ZERO (x)
An object to test.
True or false.
# NOT RUN { v <- ObjectArray (,c (5, 10) ) is.ObjectArray (v) # }
Run the code above in your browser using DataLab