filmov
tv
Introduction to R Programming||arrays in R Programming|| What is an Array?||

Показать описание
Arrays are the R data objects which can store data in more than two dimensions. For example − If we create an array of dimension (2, 3, 4) then it creates 4 rectangular matrices each with 2 rows and 3 columns. Arrays can store only data type.
An array is created using the array() function. It takes vectors as input and uses the values in the dim parameter to create an array.
reference :
An array is created using the array() function. It takes vectors as input and uses the values in the dim parameter to create an array.
reference :