which.uts: For which Observation Times are Observation Values TRUE?

Description Usage Arguments See Also Examples

View source: R/which.R

Description

For a logical "uts" (i.e. a "uts" with logical observation values), get the observation times with TRUE observation value.

Usage

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

Arguments

x

a "uts" object with logical observation values.

...

further arguments passed to or from methods.

See Also

The which generic function.

Examples

1
which(ex_uts() > 48)

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