DOTplot(UsingR)
DOTplot()所属R语言包:UsingR
Make big DOT plot likestripchart
大点图likestripchart
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A variant of the stripchart using big dots as the default.
stripchart用大点的默认的一个变种。
用法----------Usage----------
DOTplot(x, ...)
参数----------Arguments----------
参数:x
May be a vector, data frame, matrix (each column a variable), list or model formula. Treats each variable or group as a univariate dataset and makes corresponding DOTplot.
可能是一个向量,矩阵,数据框(每列一个变量),列表或模型公式。对待每一个变量或一组单变量数据集和作出相应的DOTplot。
参数:...
arguments passed onto points.
参数传递到points。
值----------Value----------
Returns the graphic only.
返回仅图形。
(作者)----------Author(s)----------
John Verzani
参见----------See Also----------
See also as stripchart, dotplot
另请参阅stripchart,dotplot
实例----------Examples----------
x = c(1,1,2,3,5,8)
DOTplot(x,main="Fibonacci",cex=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|