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