matrix_c[1:3,2:3] results in a R slice matrix with the data on the rows 1, 2, 3 and columns 2, 3,; matrix_c[,1] selects all elements of the ...
確定! 回上一頁