老师,建立数组那个,x <- array(1:24, dim = c(8,8)),这个数组被赋值是1:24循环赋给整个数组的,不是应该24个数赋完,其余的应该是NA吗
If there are too few elements in data to fill the array, then the elements in data are recycled.