The R Project SVN R

Rev

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

Rev 87291 Rev 88581
Line 98... Line 98...
98
 
98
 
99
  \code{list}, \code{is.list} and \code{is.pairlist} are
99
  \code{list}, \code{is.list} and \code{is.pairlist} are
100
  \link{primitive} functions.
100
  \link{primitive} functions.
101
}
101
}
102
\references{
102
\references{
103
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
103
  \bibshow{R:Becker+Chambers+Wilks:1988}
104
  \emph{The New S Language}.
-
 
105
  Wadsworth & Brooks/Cole.
-
 
106
}
104
}
107
\seealso{
105
\seealso{
108
  \code{\link{vector}("list", length)} for creation of a list with empty
106
  \code{\link{vector}("list", length)} for creation of a list with empty
109
  components; \code{\link{c}}, for concatenation; \code{\link{formals}}.
107
  components; \code{\link{c}}, for concatenation; \code{\link{formals}}.
110
  \code{\link{unlist}} is an approximate inverse to \code{as.list()}.
108
  \code{\link{unlist}} is an approximate inverse to \code{as.list()}.