为了账号安全,请及时绑定邮箱和手机立即绑定

x1<-array(1:24,dim=c(2,3,4))我执行后的效果,和老师讲的不一样。只有一个两行三咧

> x1<-array(1:24,dim=c(2,3.4))

> x1

     [,1] [,2] [,3]

[1,]    1    3    5

[2,]    2    4    6

> x1

     [,1] [,2] [,3]

[1,]    1    3    5

[2,]    2    4    6


正在回答

2 回答

大佬,你的代码里dim(2,3,4)打成了dim(2,3.4)

array usage里:

dim

the dim attribute for the array to be created, that is an integer vector of length one or more giving the maximal indices in each dimension.

所以相当于as.integer(3.4) equals 3

自然就是2行3列啦

2 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

x1<-array(1:24,dim=c(2,3,4))我执行后的效果,和老师讲的不一样。只有一个两行三咧

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信