What is the main difference between an Array and a matrix?
Answer Posted / Anupam Rani
An array in R can only contain elements of one data type, while a matrix can contain elements of different data types. Additionally, arrays have one dimension, whereas matrices have at least two dimensions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers