The R Project SVN R

Rev

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

Rev 74460 Rev 77022
Line 131... Line 131...
131
  \code{\link{[.data.frame}} for subsetting methods % ./Extract.data.frame.Rd
131
  \code{\link{[.data.frame}} for subsetting methods % ./Extract.data.frame.Rd
132
  and \code{I(matrix(..))} examples;
132
  and \code{I(matrix(..))} examples;
133
  \code{\link{Math.data.frame}} etc, about
133
  \code{\link{Math.data.frame}} etc, about
134
  \emph{Group} methods for \code{data.frame}s;
134
  \emph{Group} methods for \code{data.frame}s;
135
  \code{\link{read.table}},
135
  \code{\link{read.table}},
136
  \code{\link{make.names}}.
136
  \code{\link{make.names}},
-
 
137
  \code{\link{list2DF}} for creating data frames from lists of variables.
137
}
138
}
138
\examples{
139
\examples{
139
L3 <- LETTERS[1:3]
140
L3 <- LETTERS[1:3]
140
fac <- sample(L3, 10, replace = TRUE)
141
fac <- sample(L3, 10, replace = TRUE)
141
(d <- data.frame(x = 1, y = 1:10, fac = fac))
142
(d <- data.frame(x = 1, y = 1:10, fac = fac))