min.partial_time {parttime}R 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


[Package parttime version 0.1.2 Index]