Get or set the names of an object.

# S4 method for MCMC
names(x)

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

# S4 method for PhasesMCMC
names(x)

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

Arguments

x

An object from which to get or set names.

value

A possible value for the names of x.

Value

An object of the same sort as x with the new names assigned.

See also

Other mutators: bind, data.frame, sort(), sort.list(), subset()

Author

N. Frerebeau