找回密码
 注册
查看: 2066|回复: 0

R语言 Rmpfr包 pmax()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 19:02:53 | 显示全部楼层 |阅读模式
pmax(Rmpfr)
pmax()所属R语言包:Rmpfr

                                        Parallel Maxima and Minima
                                         并行的最大值与最小值

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Returns the parallel maxima and minima of the input values.
返回并行的输入值的最大值和最小值。

The functions pmin and pmax have been made S4 generics, and this page documents the “... method for class "mNumber"”, i.e., for arguments that are numeric or from class "mpfr".
的功能pmin和pmax已S4泛型,这页的文件“...的方法类"mNumber"”,即,参数是数字或从class "mpfr"。


用法----------Usage----------


pmax(..., na.rm = FALSE)
pmin(..., na.rm = FALSE)



参数----------Arguments----------

参数:...
numeric or arbitrary precision numbers (class mpfr).
数字或任意精度的数字(类mpfr)。


参数:na.rm
a logical indicating whether missing values should be removed.
逻辑表明缺失的值是否应该被删除。


Details

详细信息----------Details----------

See pmax, the documentation of the base functions, i.e., default methods.
请参阅pmax,文档的基本功能,即默认的方法。


值----------Value----------

vector-like, of length the longest of the input vectors; typically of class mpfr, for the methods here.
矢量等,长度最长的输入向量;典型的类mpfr,这里的方法。


方法----------Methods----------




... = "ANY" the default method, really just base::pmin or base::pmax,
... =“ANY”的默认方法,真的只是base::pmin或base::pmax,




... = "mNumber" the method for mpfr arguments, mixed with numbers; designed to follow the same semantic as
... =“mNumber”的的方法mpfr参数,数字混合设计遵循相同的语义


参见----------See Also----------

The documentation of the base functions, pmin and pmax; also min and max; further,
的文档base功能,pmin和pmax;也min和max;进一步的,

range (both min and max).



实例----------Examples----------


(pm <- pmin(1.35, mpfr(0:10, 77)))
stopifnot(pm == pmin(1.35, 0:10))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 08:48 , Processed in 0.020878 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表