unit.pmin(grid)
unit.pmin()所属R语言包:grid
Parallel Unit Minima and Maxima
并联机组的最小值和最大值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns a unit object whose i'th value is the minimum (or maximum) of the i'th values of the arguments.
返回单位的对象,其第i是第i个参数值最小(或最大)的值。
用法----------Usage----------
unit.pmin(...)
unit.pmax(...)
参数----------Arguments----------
参数:...
One or more unit objects.
一个或多个单位的对象。
Details
详情----------Details----------
The length of the result is the maximum of the lengths of the arguments; shorter arguments are recycled in the usual manner.
结果长度是最大的参数的长度;较短的论据是,在通常的方式回收。
值----------Value----------
A unit object.
一个单位的对象。
作者(S)----------Author(s)----------
Paul Murrell
举例----------Examples----------
max(unit(1:3, "cm"), unit(0.5, "npc"))
unit.pmax(unit(1:3, "cm"), unit(0.5, "npc"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|