Description Usage Arguments Value Author(s) See Also Examples
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.
| 1 | 
| A | The value that at least one element must exceed. | 
| na.rm | If  | 
maxA returns a function with an environment containing a binding
for A.
R. Gentleman
| 1 2 3 |    ff <- maxA(30)
   ff(1:10)
   ff(28:31)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.