I have a matrix called Fires. the variables in matrix are called '1 1' up to '9 9'. So:
Fires$11 = 10, 50, 30
Fires$58 = 3, 65, 12, 4'
I want to be able to call these with X and Y that I can define in a loop:
X = 1
Y = 1
Fires$XY = 10, 50, 30
Does anyone have any ideas?