powered by
Summary
Methods for S4 function Summary in the frab package. Currently, only 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 disordR violations.
max()
min()
range()
sum()
frab
a <- rfrab() a max(a) min(a) range(a)
Run the code above in your browser using DataLab