Skip to contents

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 as x, or NULL.

Value

The updated object.

See also

Other mutators: as.data.frame(), labels(), length(), subset()

Author

N. Frerebeau