drawVennDiagram(ABarray)
drawVennDiagram()所属R语言包:ABarray
Draw Venn Diagram
绘制维恩图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Drawing actual Venn diagram
绘制实际维恩图
用法----------Usage----------
drawVennDiagram(object, names, mar = rep(0.5, 4), cex = 1, ...)
参数----------Arguments----------
参数:object
VennCounts object produced by VennCounts, which is numeric matrix with last column "Counts" giving counts for each possible vector outcome
VennCounts VennCounts,这是最后一列“计数”数字矩阵,使计数为每一个可能的向量结果产生的对象
参数:names
optional character vector giving names for the sets
可选的特征向量集的名称
参数:mar
numeric vector of length 4 specifying the width of the margins around the plot. This argument is passed to par.
长度为4的数字矢量指定宽度的边缘周围的图。这个参数被传递给杆。
参数:cex
numerical value giving the amount by which the contrast names should be scaled on the plot relative to the default.plotting text. See par.
数值给人,对比度名称应缩放相对的default.plotting文本图的金额。看到看齐。
参数:...
any other arguments are passed to plot
任何其他参数被传递到绘制
值----------Value----------
a plot of Venn Diagram
维恩图图
作者(S)----------Author(s)----------
Yongming Sun
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|