units {table1} | R Documentation |
Units attribute.
Description
Units attribute.
Usage
units(x)
units(x) <- value
has.units(x)
Arguments
x |
An object. |
value |
A |
Functions
-
units(x) <- value
: Set units attribute. -
has.units()
: Check for attribute.
Examples
x <- 1:10
units(x) <- "cm"
has.units(x)
units(x)
[Package table1 version 1.4.3 Index]