rangexy.fdsample: Report x- and y-range, generic function

Description Usage Arguments Details Value

Description

Range of args and fvals contained in an fdsample object, purpose: convenient way to find plot limits.

Usage

1
2
## S3 method for class 'fdsample'
rangexy(x, finite = TRUE, ...)

Arguments

x

the data to be inspected

finite

logical, indicating if all non-finite elements should be omitted.

...

ignored, just for compatibility with generic function

Details

If finite is TRUE, the minimum and maximum of all finite values is computed, and NA and NaN values are ignored.

Value

A list with elements x and y, which are numeric vectors of length two.


fdnonpar documentation built on May 2, 2019, 5:54 p.m.