Get the elementwise minimum of parttime vectors
# S3 method for partial_time
pmin(..., na.rm = FALSE)
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.
numeric or character arguments (see Note).
a logical indicating whether missing values should be removed.