unit.c {grid} | R Documentation |
Combine Unit Objects
Description
This function produces a new unit object by combining the unit objects specified as arguments.
Usage
unit.c(..., check = TRUE)
Arguments
... |
An arbitrary number of unit objects. |
check |
Should input be checked? If you are certain all arguments are unit objects this can be set to |
Value
An object of class unit
.
Author(s)
Paul Murrell
See Also
unit
.
[Package grid version 4.4.1 Index]