Learn R Programming

aion (version 1.6.0)

names: Names

Description

Get or set the names of an object.

Usage

# S4 method for TimeIntervals
names(x)

# S4 method for TimeIntervals names(x) <- value

Value

The updated object.

Arguments

x

An R object.

value

A character vector of up to the same length as x, or NULL.

Author

N. Frerebeau

See Also

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