Get or set the names of an object.
# S4 method for class 'MCMC'
names(x)
# S4 method for class 'MCMC'
names(x) <- value
# S4 method for class 'PhasesMCMC'
names(x)
# S4 method for class 'PhasesMCMC'
names(x) <- value
An object of the same sort as x
with the new names assigned.
Other mutators:
bind
,
data.frame
,
sort()
,
sort.list()
,
subset()