Data Science
Arrays in R programming
When it is needed to store many elements of same type or mode into one data object in R, you can use array. Actually, vector and matrix are special types of array with one and two dimensions respectively.
When it is needed to store many elements of same type or mode into one data object in R, you can use array. Actually, vector and matrix are special types of array with one and two dimensions respectively.