Methods for Function Summary
Summary
Methods for function Summary in the frab
frab
package. Currently, only max(), min(), range()
max()
min()
range()
and sum() are defined, and these operate in the natural way on the elements of a frab. Note that these functions are not susceptible to list("disordR") violations. methods
sum()
signature(x = "frab")
max(values(x))
a <- rfrab() a max(a) min(a) range(a)
Useful links