R: Units (original) (raw)
units {base} | R Documentation |
---|
Description
Get or set units.
Usage
units(x)
units(x) <- value
Arguments
x | an R object |
---|---|
value | an R object |
Details
These are generic functions, with methods for "[difftime](../../base/help/difftime.html)"
objects.
[Package _base_ version 4.6.0 Index]