3 lines
66 B
R
3 lines
66 B
R
matrix(1:12, nrow=3)
|
|
|
|
array(1:24, dim=c(2,3,4)) #output not shown
|
matrix(1:12, nrow=3)
|
|
|
|
array(1:24, dim=c(2,3,4)) #output not shown
|