Saved Bookmarks
| 1. |
How Can You Verify If A Given Object “x” Is A Matrix Data Object? |
|
Answer» If the function call is.MATRIX(X) returns true then X can be CONSIDERED as a matrix DATA object otheriwse not. If the function call is.matrix(X) returns true then X can be considered as a matrix data object otheriwse not. |
|