min.partial_time: Get the minimum of aparttime vector

View source: R/class_partial_time_min_max.R

min.partial_timeR Documentation

Get the minimum of aparttime vector

Description

Get the minimum of aparttime vector

Usage

## S3 method for class 'partial_time'
min(..., na.rm = FALSE, na.warn = TRUE)

Arguments

...

partial_time objects

na.rm

whether NA should be removed when calculating min

na.warn

whether to raise a warning for NA

Value

A partial_time scalar


parttime documentation built on May 29, 2024, 6:25 a.m.