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

按照老师的程序输入为什么遇到了layout错误?

set.seed(1)

x <- rnorm(100) 

f <- rep(0:1, each = 50) 

y <- x + f - f*x + rnorm(100, sd = 0.5) 

f <- factor(f, labels = c("Group1", "Group2")) 

xyplot(y~x | f, layout(2,1)) 

然后为啥出现错误? 

Error in layout(2, 1) : layout matrix must contain at least one reference to each of the values {1 ... 2}

正在回答

1 回答

已经知道原因,我没有抄对。layout(2,1)应该是layout=c(2,1)

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

举报

0/150
提交
取消

按照老师的程序输入为什么遇到了layout错误?

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