RosettaCodeData/Task/Collections/R/collections-5.r

4 lines
66 B
R
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
matrix(1:12, nrow=3)
array(1:24, dim=c(2,3,4)) #output not shown