which.max.uts: Which Observation Time has the largest/smallest Observation...

Description Usage Arguments See Also Examples

View source: R/which.R

Description

Determine the temporal location (i.e. observation time) of the first maximum or minimum observation value.

Usage

1
2
3
4
5
## S3 method for class 'uts'
which.max(x, ...)

## S3 method for class 'uts'
which.min(x, ...)

Arguments

x

a "uts" object.

...

further arguments passed to or from methods.

See Also

which.max and which.min for numeric vectors in base R.

Examples

1
2

andreas50/uts documentation built on April 8, 2021, 10:03 a.m.