Learn R Programming

frab (version 0.0-6)

Summary-methods: 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.

Arguments

Methods

Examples

Run this code
a <- rfrab()
a
max(a)
min(a)
range(a)

Run the code above in your browser using DataLab