matrix (data = NA, nrow = 1, ncol = 1, byrow = FALSE, dimnames = NULL) ... matrix index x.mat <- matrix(c(1:12), 3, 4) x.mat ## [,1] [,2] [,3] [,4] ## [1,] 1 ...
確定! 回上一頁