.BG
.VE $Header: /usr3/s/current/s/.help/RCS/compname,v 1.2 83/12/30 19:26:30 rab Exp $
.FN compname
.TL
compname: Component Names
.CS
compname(x)
.PP
.AG x
hierarchical structure
.RT
character vector giving the names of the components of `x'.
.PP
Time-series have components named `Tsp' and `Data'.  Matrices and
arrays have components named `Dim' and `Data'.
.EX
labels <- compname(struct)
compname(y)   #find out structure of `y' without
              #looking at all the data
.KW structure
.KW attribute
.WR
