| Summary-methods | R Documentation |
SummaryMethods 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.
signature(x = "frab")Dispatches to
max(values(x)) etc.
a <- rfrab()
a
max(a)
min(a)
range(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.