问答详情
源自:2-3 R语言基础 矩阵和数组

数组赋值的问题

老师,建立数组那个,x <- array(1:24, dim = c(8,8)),这个数组被赋值是1:24循环赋给整个数组的,不是应该24个数赋完,其余的应该是NA吗

提问者:xx123458xx 2016-01-15 20:08

个回答

  • LittleMike
    2016-01-15 20:45:16
    已采纳

    If there are too few elements in data to fill the array, then the elements in data are recycled.