maText(marray)
maText()所属R语言包:marray
Highlight points on a plot
突出一个图点
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function may be used to highlight a subset of points on an existing plot, such as a plot produced by plot, maPlot, or maPlot.func.
此功能可用于对现有的图,如图plot,maPlot或maPlot.func,突出一个点的子集。
用法----------Usage----------
maText(subset=NULL, labels=as.character(1:length(subset)), ...)
参数----------Arguments----------
参数:subset
A "logical" or "numeric" vector indicating the subset of points to highlight.
“逻辑”或“数字”指示点的子集,以突出的向量。
参数:labels
One or more character strings or expressions specifying the text to be written.
一个或多个字符串或表达式,指定要写入的文本。
参数:...
Optional graphical parameters, see par.
可选的图形参数,请参阅par。
值----------Value----------
A function with bindings for subset, labels, and .... This latter function takes as arguments x and y, the absissa and ordinates of points on the plot.
与subset,labels,...绑定功能。后者函数作为参数需要x和y,absissa和图上的点坐标。
作者(S)----------Author(s)----------
Sandrine Dudoit, <a href="http://www.stat.berkeley.edu/~sandrine">http://www.stat.berkeley.edu/~sandrine</a>.
参考文献----------References----------
参见----------See Also----------
text, maPlot, maPlot.func.
text,maPlot,maPlot.func。
举例----------Examples----------
# See examples for maPlot.[请参阅maPlot例子。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|