Rev 286 | Rev 39978 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{structure}\title{Attribute Specification}\usage{structure(.Data, \dots)}\alias{structure}\arguments{\item{.Data}{an object which will havevarious attributes attached to it.}\item{\dots}{attributes, specified in \code{tag=value}form, which will be attached to data.}}\description{\code{structure} returns the given object with its attributes set.}\examples{structure(1:6, dim = 2:3)}\keyword{attribute}\keyword{manip}