| pmax | R Documentation |
Parallel (pairwise) maxima and minima for frabs.
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(...)
F1, F2, x, ... |
Frab objects |
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.)
Returns a frab object
Robin K. S. Hankin
x <- rfrab()
y <- rfrab()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.