Hi,
I have an array has a dimension = c(6L, 6L, 181L)
I want to write 181 CSV files for each matrix in the array by using for-Loop and give the csv files specific names for example result1.csv ,,, result181.csv .
Any advice will be highly appreciated.