运行 ❯
获取您
自己
的网站
×
更改方向
更改主题,暗色/亮色
转到 Spaces
# Create a matrix thismatrix <- matrix(c(1,2,3,4,5,6), nrow = 3, ncol = 2) # Print the matrix thismatrix
[,1] [,2] [1,] 1 4 [2,] 2 5 [3,] 3 6