+2 votes
in R Language by
How can you verify if a given object “X” is a matrix data object?

1 Answer

0 votes
by

If the function call is.matrix(X) returns true then X can be considered as a matrix data object otheriwse not.

Related questions

+3 votes
asked Jul 28, 2019 in R Language by Aarav2017
+2 votes
asked Jul 28, 2019 in R Language by Aarav2017
...