what is array? explain vector and matrix.
Answers
Answered by
2
Answer:
Arrays are data storage objects in R containing more than or equal to 1 dimension. Arrays can contain only a single data type. ... Operations on array can be performed with similar structures and dimensions. Uni-dimensional arrays are called vectors in R. Two-dimensional arrays are called matrices.
Answered by
0
Answer:
Arrays are data storage objects in R containing more than or equal to 1 dimension. Arrays can contain only a single data type. ... Operations on array can be performed with similar structures and dimensions. Uni-dimensional arrays are called vectors in R. Two-dimensional arrays are called matrices.
Similar questions