Summary function

Methods for Function Summary

Methods for Function Summary

Methods for 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 list("disordR") violations. methods

Methods

  • signature(x = "frab"): Dispatches to max(values(x)) etc.

Examples

a <- rfrab() a max(a) min(a) range(a)
  • Maintainer: Robin K. S. Hankin
  • License: GPL (>= 2)
  • Last published: 2024-07-24