A filter function for k elements larger than A.
比A k个元素的一个过滤功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
kOverA returns a filter function with bindings for k and A. This function evaluates to TRUE if at least k of the arguments elements are larger than A.
kOverA返回一个k和A绑定的过滤功能。此函数计算TRUE如果至少k参数元素是比A。
用法----------Usage----------
kOverA(k, A=100, na.rm=TRUE)
参数----------Arguments----------
参数:A
The value you want to exceed.
你想要的值超过。
参数:k
The number of elements that have to exceed A.
的元素,有超过A。
参数:na.rm
If set to TRUE any NA's will be removed.
如果设置为TRUE任何NAs将被删除。