The R Project SVN R

Rev

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

Rev 87736 Rev 90259
Line 70... Line 70...
70
  A matrix (or matrix like object) combining the columns (or rows) of
70
  A matrix (or matrix like object) combining the columns (or rows) of
71
  \code{x} and \code{y}.  Note that methods must construct
71
  \code{x} and \code{y}.  Note that methods must construct
72
  \code{\link{colnames}} and \code{\link{rownames}} from the
72
  \code{\link{colnames}} and \code{\link{rownames}} from the
73
  corresponding column and row names of \code{x} and \code{y} (but not
73
  corresponding column and row names of \code{x} and \code{y} (but not
74
  from deparsing argument names such as in \code{\link{cbind}(...,
74
  from deparsing argument names such as in \code{\link{cbind}(...,
75
    deparse.level = d)} for \eqn{d \ge 1}{d >= 1}).
75
    deparse.level = d)} for \eqn{d \ge 1}).
76
}
76
}
77
\seealso{
77
\seealso{
78
  \code{\link{cbind}},
78
  \code{\link{cbind}},
79
  \code{\link{rbind}}
79
  \code{\link{rbind}}
80
}
80
}