The R Project SVN R

Rev

Rev 80079 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 80079 Rev 88585
Line 49... Line 49...
49
  \code{\link{as.matrix}},
49
  \code{\link{as.matrix}},
50
  \code{\link{data.frame}},
50
  \code{\link{data.frame}},
51
  \code{\link{matrix}}.
51
  \code{\link{matrix}}.
52
}
52
}
53
\references{
53
\references{
54
  Chambers, J. M. (1992)
-
 
55
  \emph{Data for models.}
54
  \bibshow{R:Chambers:1992:c3}
56
  Chapter 3 of \emph{Statistical Models in S}
-
 
57
  eds J. M. Chambers and T. J. Hastie, Wadsworth & Brooks/Cole.
-
 
58
}
55
}
59
\examples{
56
\examples{
60
DF <- data.frame(a = 1:3, b = letters[10:12],
57
DF <- data.frame(a = 1:3, b = letters[10:12],
61
                 c = seq(as.Date("2004-01-01"), by = "week", length.out = 3),
58
                 c = seq(as.Date("2004-01-01"), by = "week", length.out = 3),
62
                 stringsAsFactors = TRUE)
59
                 stringsAsFactors = TRUE)