doVennDiagram(ABarray)
doVennDiagram()所属R语言包:ABarray
Create Venn Diagram
创建维恩图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create Venn diagram from lists.
从列表创建维恩图。
用法----------Usage----------
doVennDiagram(a, b, c = NULL, names, ...)
参数----------Arguments----------
参数:a
a vector of first list
第一个列表的向量
参数:b
a vector of second list
第二个列表的向量
参数:c
a vector of third list, optional
向量的第三个列表,可选
参数:names
a vector for the name of the set
组的名称,向量
参数:...
additional graphical parameter
额外的图形参数
Details
详情----------Details----------
The funciton will create Venn diagram. If two lists (a and b) are provided, two-way Venn diagram will produced. If three lists (a, b, and c) are provided, three-way Venn diagram will be produced.
功能可按将创建维恩图。如果提供两个名单(A和B),会产生双向的维恩图。如果提供三个名单(A,B和C),将产生三路维恩图。
This function depends on some functions of limma package, and is derived from limma package.
此功能取决于某些功能limma包,从limma包派生。
值----------Value----------
A plot of Venn diagram
维恩图曲线
作者(S)----------Author(s)----------
Yongming Sun
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|