names | R Documentation |
Get or set the names of an object.
## 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
x |
An object from which to get or set names. |
value |
A possible value for the names of |
An object of the same sort as x
with the new names assigned.
N. Frerebeau
Other mutators:
bind
,
data.frame
,
sort()
,
sort.list()
,
subset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.