| names {ArchaeoPhases} | R Documentation |
The Names of an Object
Description
Get or set the names of an object.
Usage
## S4 method for signature 'MCMC'
names(x)
## S4 replacement method for signature 'MCMC'
names(x) <- value
## S4 method for signature 'PhasesMCMC'
names(x)
## S4 replacement method for signature 'PhasesMCMC'
names(x) <- value
Arguments
x |
An object from which to get or set names. |
value |
A possible value for the names of |
Value
An object of the same sort as x with the new names assigned.
Author(s)
N. Frerebeau
See Also
Other mutators:
bind,
data.frame,
sort(),
sort.list(),
subset()
[Package ArchaeoPhases version 2.0 Index]