The R Project SVN R

Rev

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

Rev 27361 Rev 27362
Line 1... Line 1...
1
\name{t}
1
\name{t}
2
\alias{t}
2
\alias{t}
3
\alias{t.default}
3
\alias{t.default}
4
\alias{t.data.frame}
4
\alias{t.data.frame}
5
\alias{t.ts}
-
 
6
\title{Matrix Transpose}
5
\title{Matrix Transpose}
7
\description{
6
\description{
8
  Given a matrix or \code{\link{data.frame}} \code{x},
7
  Given a matrix or \code{\link{data.frame}} \code{x},
9
  \code{t} returns the transpose of \code{x}.
8
  \code{t} returns the transpose of \code{x}.
10
}
9
}