R - 无法出错的错误

时间:2013-04-25 05:10:10

标签: r venn-diagram

在尝试使用Vennerable制作维恩图时,我收到以下错误。

library(Vennerable)
A <- c("123","234")
B <- c("567","234")
C <- c("987","234")
l1 <- list(aa = A, bb = B, cc = C)
v1 <- Venn(l1)

Error in rep(1, nrow(Indicator)) : invalid 'times' argument

非常感谢任何帮助。

谢谢, 的Vivek

1 个答案:

答案 0 :(得分:0)

事实证明这个代码在我的Mac上工作正常,但不是我运行Windows7的家用电脑......非常奇怪。