panel.scatter(ABarray)
panel.scatter()所属R语言包:ABarray
Creat scatter plot
创造散点图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create scatter plot
创建散点图
用法----------Usage----------
panel.scatter(x, y, col = "blue", bg = NA, pch = ".",
cex = 1, col.smooth = "red", span = 2/3, iter = 3, ...)
参数----------Arguments----------
参数:x
vector of expression for one sample
一个样本的表达向量
参数:y
vector of expression for another sample
另一个样本的表达向量
参数:col
color of points
颜色分
参数:bg
background colors
背景颜色
参数:pch
pch paremeter
PCH参数的Bayes
参数:cex
size of text
文字的大小
参数:col.smooth
color of smooth line
流畅的线条颜色
参数:span
span of the plot
图跨度
参数:iter
iteration
迭代
参数:...
additional arguments
额外的参数
值----------Value----------
None
没有
作者(S)----------Author(s)----------
Yongming Sun
举例----------Examples----------
##---- Not intended for use this function directly !! ----[#----不打算直接使用此功能!! ----]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|