在尝试使用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
答案 0 :(得分:0)
事实证明这个代码在我的Mac上工作正常,但不是我运行Windows7的家用电脑......非常奇怪。