Summary-methods {frab}R Documentation

Methods for Function Summary

Description

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.

Methods

signature(x = "frab")

Dispatches to max(values(x)) etc.

Examples

a <- rfrab()
a
max(a)
min(a)
range(a)

[Package frab version 0.0-6 Index]