maTop(marray)
maTop()所属R语言包:marray
Identify extreme values
确定极值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function determines which values in a numeric vector are above or below user supplied cut-offs.
此函数确定数字矢量重视高于或低于用户提供的截止取舍。
用法----------Usage----------
maTop(x, h=1, l=1)
参数----------Arguments----------
参数:x
A "numeric" vector.
一个“数字”的向量。
参数:h
A "numeric", upper cut-off.
一个“数字”,上切断。
参数:l
A "numeric", lower cut-off.
一个“数字”,降低切断。
值----------Value----------
A "logical" vector indicating which entries are above or below the cut-offs.
“逻辑”的向量,显示条目高于或低于截止取舍。
作者(S)----------Author(s)----------
Sandrine Dudoit, <a href="http://www.stat.berkeley.edu/~sandrine">http://www.stat.berkeley.edu/~sandrine</a>.
参考文献----------References----------
参见----------See Also----------
maPlot, maImage, quantile.
maPlot,maImage,quantile。
举例----------Examples----------
# See examples for maPlot.[请参阅maPlot例子。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|