.BG
.FN structure
.TL
An Object with Given Attributes
.CS
structure(DATA,...)
.AG DATA
any object.
.AG ...
any number of named arguments, to become the attributes of the object.
.RT
`DATA', with attributes as specified by the remaining arguments.
.PP
This function is used to create an object and assign its attributes in
one call; for example, the output of `dump' may contain calls to `structure'.
.SA
`attributes'.
.EX
structure(1:12,dim=c(3,4))
.KW attribute
.WR
