Is Functions
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)
x |
An object to test. |
True or false.
v <- ObjectArray (,c (5, 10) ) is.ObjectArray (v)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.