Get or set the names of an object.
Usage
# S4 method for class 'TimeIntervals'
names(x)
# S4 method for class 'TimeIntervals'
names(x) <- value
Arguments
- x
An R object.
- value
A
character
vector of up to the same length asx
, orNULL
.
See also
Other mutators:
as.data.frame()
,
labels()
,
length()
,
subset()