filmov
tv
Arrays in R

Показать описание
Arrays
Compared to matrices, arrays can have more than two dimensions.
1. Create an array
2. Access Array Items (array[row position, column position, matrix level])
3. Check if an Item Exists
4. Amount of Rows and Columns
5. Array Length
6. Loop Through an Array
Compared to matrices, arrays can have more than two dimensions.
1. Create an array
2. Access Array Items (array[row position, column position, matrix level])
3. Check if an Item Exists
4. Amount of Rows and Columns
5. Array Length
6. Loop Through an Array