pmin.partial_time: Get the elementwise minimum of parttime vectors

View source: R/class_partial_time_min_max.R

pmin.partial_timeR Documentation

Get the elementwise minimum of parttime vectors

Description

Get the elementwise minimum of parttime vectors

Usage

## S3 method for class 'partial_time'
pmin(..., na.rm = FALSE)

Arguments

...

numeric or character arguments (see Note).

na.rm

a logical indicating whether missing values should be removed.

Value

A partial_time vector with length equal to the maximum length of the vectors provided where each value is the minimum of the recycled values of each vector argument.


dgkf/parttime documentation built on Jan. 26, 2024, 8:30 p.m.