热线电话:13121318867

登录
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)

)

75.0000
3
关注作者
收藏
评论(0)

发表评论

暂无数据