The names function provide a transparent way to access the names of
the parts regardless of the shape of the dataset or data item.
Usage
## S3 method for class 'acomp':
names(x)
## S3 method for class 'rcomp':
names(x)
## S3 method for class 'aplus':
names(x)
## S3 method for class 'rplus':
names(x)
## S3 method for class 'rmult':
names(x)
## S3 method for class 'acomp':
names(x) <- value
## S3 method for class 'rcomp':
names(x) <- value
## S3 method for class 'aplus':
names(x) <- value
## S3 method for class 'rplus':
names(x) <- value
## S3 method for class 'rmult':
names(x) <- value