pmax.partial_time: Get the elementwise maximum of parttime vectors
Description
Get the elementwise maximum of parttime vectors
Usage
# S3 method for partial_time
pmax(..., na.rm = FALSE)
Value
A partial_time vector with length equal to the maximum length of
the vectors provided where each value is the maximum of the recycled values
of each vector argument.
Arguments
...
numeric or character arguments (see Note).
na.rm
a logical indicating whether missing values should be
removed.