addnames(x, ...) ## S3 method for class 'default':
addnames(x, ...)
## S3 method for class 'vector':
addnames(x, prefix = "x", sep = "",
...)
## S3 method for class 'array':
addnames(x,
prefix = letters[1:length(dim(x))], sep = "", ...)
## S3 method for class 'matrix':
addnames(x, prefix = c("row", "col"),
...)
x
. Names
are build as
.