value: Value

Description Usage Arguments Details Value Examples

Description

The generic function value computes the accumulated value in the buckets of the exponential histogram.

Usage

1
2
3
4
5
6
7
value(x)

## Default S3 method:
value(x)

## S3 method for class 'exphist'
value(x)

Arguments

x

an exponential histogram

Details

For exponential histograms, value.exphist will be used. For any other objects, value.default will be used to spawn an error message. Use methods(value).

Value

the accumulated value for the histogram

Examples

1
2
3
4
## Create the exp. hist.
eh <- exphist()
## Compute the value
value(eh)

pcosta74/exphist documentation built on May 15, 2019, 9:58 p.m.