The R Project SVN R

Rev

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

Rev 62333 Rev 62341
Line 98... Line 98...
98
  matrix indices must be of the same dimension as \code{x}.
98
  matrix indices must be of the same dimension as \code{x}.
99
  Replacements are done one column at a time, with multiple type
99
  Replacements are done one column at a time, with multiple type
100
  coercions possibly taking place.
100
  coercions possibly taking place.
101
 
101
 
102
  Both \code{[} and \code{[[} extraction methods partially match row
102
  Both \code{[} and \code{[[} extraction methods partially match row
103
  names.  By default neither partially match column names, but
103
  names.  By default neither partially match column names, but \code{[[}
104
  \code{[[} will unless \code{exact = TRUE}.  If you want to do exact
104
  will if \code{exact = FALSE} (and with a warning if \code{exact =
-
 
105
  NA}).  If you want to exact matching on row names use
105
  matching on row names use \code{\link{match}} as in the examples.
106
  \code{\link{match}}, as in the examples.
106
}
107
}
107
\section{Coercion}{
108
\section{Coercion}{
108
  The story over when replacement values are coerced is a complicated
109
  The story over when replacement values are coerced is a complicated
109
  one, and one that has changed during \R's development.  This section
110
  one, and one that has changed during \R's development.  This section
110
  is a guide only.
111
  is a guide only.