The R Project SVN R

Rev

Rev 10525 | Rev 39980 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10525 Rev 24300
Line 11... Line 11...
11
    form, which will be attached to data.}
11
    form, which will be attached to data.}
12
}
12
}
13
\description{
13
\description{
14
  \code{structure} returns the given object with its attributes set.
14
  \code{structure} returns the given object with its attributes set.
15
}
15
}
-
 
16
\references{
-
 
17
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
-
 
18
  \emph{The New S Language}.
-
 
19
  Wadsworth \& Brooks/Cole.
-
 
20
}
16
\examples{
21
\examples{
17
structure(1:6, dim = 2:3)
22
structure(1:6, dim = 2:3)
18
}
23
}
19
\keyword{attribute}
24
\keyword{attribute}
20
\keyword{manip}
25
\keyword{manip}