Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

maxA

A filter function to filter according to the maximum.


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.

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.

Value

maxA returns a function with an environment containing a binding for A.

Author(s)

R. Gentleman

See Also

Examples

ff <- maxA(30)
   ff(1:10)
   ff(28:31)

genefilter

genefilter: methods for filtering genes from high-throughput experiments

v1.72.1
Artistic-2.0
Authors
R. Gentleman, V. Carey, W. Huber, F. Hahne
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.