Return the element class of an object. The object must be a matrix, vector or NULL. The element class of NULL is NULL
element_class(x)
x
a matrix, vector or NULL
Martin Vincent