The R Project SVN R

Rev

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

Rev 22997 Rev 24300
Line 29... Line 29...
29
  transposing matrices.
29
  transposing matrices.
30
}
30
}
31
\author{Jonathan Rougier, \email{J.C.Rougier@durham.ac.uk} did the
31
\author{Jonathan Rougier, \email{J.C.Rougier@durham.ac.uk} did the
32
  faster C implementation.
32
  faster C implementation.
33
}
33
}
-
 
34
\references{
-
 
35
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
-
 
36
  \emph{The New S Language}.
-
 
37
  Wadsworth \& Brooks/Cole.
-
 
38
}
34
\seealso{\code{\link{t}}, to transpose matrices.
39
\seealso{\code{\link{t}}, to transpose matrices.
35
}
40
}
36
\examples{
41
\examples{
37
# interchange the first two subscripts on a 3-way array x
42
# interchange the first two subscripts on a 3-way array x
38
x  <- array(1:24, 2:4)
43
x  <- array(1:24, 2:4)