grid (version 3.1.2)

unit.pmin: Parallel Unit Minima and Maxima

Description

Returns a unit object whose i'th value is the minimum (or maximum) of the i'th values of the arguments.

Usage

unit.pmin(...) unit.pmax(...)

Arguments

...
One or more unit objects.

Value

A unit object.

Details

The length of the result is the maximum of the lengths of the arguments; shorter arguments are recycled in the usual manner.

Examples

Run this code
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 DataCamp Workspace