A filter function to filter according to the maximum.
根据最高过滤功能过滤。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
maxA returns a function with the parameter A bound. The returned function evaluates to TRUE if any element of its argument is larger than A.
maxA返回一个参数A束缚的功能。返回的函数值为TRUE如果它的参数中的任何元素是比A较大。
用法----------Usage----------
maxA(A=75, na.rm=TRUE)
参数----------Arguments----------
参数:A
The value that at least one element must exceed.
该值必须超过至少一个元素。
参数:na.rm
If TRUE then NA's are removed.
如果TRUE然后NA的将被删除。
值----------Value----------
maxA returns a function with an environment containing a binding for A.
maxA返回一个包含了A约束力的环境的功能。