pmax {frab} | R Documentation |
Parallel maxima and minima for frabs
Description
Parallel (pairwise) maxima and minima for frabs.
Usage
pmax_pair(F1,F2)
pmin_pair(F1,F2)
pmax_dots(x, ...)
pmin_dots(x, ...)
## S4 method for signature 'frab'
pmax(...)
## S4 method for signature 'frab'
pmin(...)
Arguments
F1 , F2 , x , ... |
Frab objects |
Details
Pairwise minima and maxima for frabs, using names as the primary key.
Functions pmax_pair()
calls c_frab_pmax()
and pmin_pair()
use
Functions pmax()
and pmin()
use the same mechanism as
cbrob()
of the Brobdingnag package, originally due to
John Chambers (pers. comm.)
Value
Returns a frab object
Author(s)
Robin K. S. Hankin
Examples
x <- rfrab()
y <- rfrab()
[Package frab version 0.0-6 Index]