The R Project SVN R

Rev

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

Rev 61168 Rev 61983
Line 55... Line 55...
55
}
55
}
56
\note{
56
\note{
57
  If the replacement versions are called on a matrix without any
57
  If the replacement versions are called on a matrix without any
58
  existing dimnames, they will add suitable dimnames.  But
58
  existing dimnames, they will add suitable dimnames.  But
59
  constructions such as
59
  constructions such as
60
\preformatted{
-
 
61
    rownames(x)[3] <- "c"
60
\preformatted{    rownames(x)[3] <- "c"}
62
}
-
 
63
  may not work unless \code{x} already has dimnames, since this will
61
  may not work unless \code{x} already has dimnames, since this will
64
  create a length-3 \code{value} from the \code{NULL} value of
62
  create a length-3 \code{value} from the \code{NULL} value of
65
  \code{rownames(x)}.
63
  \code{rownames(x)}.
66
}
64
}
67
\seealso{
65
\seealso{