Make a three dim array whose component is its index. For example
a[2,3,4] = 234
array_easy_example(I = 2, J = 3, K = 4)
natural number less than 10
natural number less than 10
natural number less than 10
An array of three dimension.
# NOT RUN {
a <-array_easy_example(2,3,4)
# }
Run the code above in your browser using DataLab