powered by
Returns a unit object whose i'th value is the minimum (or maximum) of the i'th values of the arguments.
unit.pmin(...) unit.pmax(...)
One or more unit objects.
A unit object.
The length of the result is the maximum of the lengths of the arguments; shorter arguments are recycled in the usual manner.
# NOT RUN { max(unit(1:3, "cm"), unit(0.5, "npc")) unit.pmax(unit(1:3, "cm"), unit(0.5, "npc")) # }
Run the code above in your browser using DataLab