2019-04-25
阅读量:
568
venn.diagram()画韦恩图
a<-sample(1:50,26,replace = F)
b<-sample(1:50,26,replace = F)
c<-sample(1:50,26,replace = F)
venn.plot <- venn.diagram(
list(a = a,
b = b,
c=c
),
filename="test.tiff",
main="Main title",
sub = "Subtitle",
col="black",
fill=c("blue","red","yellow"),
cat.pos = c(0, 0, 180)
)






评论(0)


暂无数据