The R Project SVN R

Rev

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

Rev 88585 Rev 88885
Line 324... Line 324...
324
 
324
 
325
  \code{\link{[.data.frame}} and \code{\link{[.factor}} for the
325
  \code{\link{[.data.frame}} and \code{\link{[.factor}} for the
326
  behaviour when applied to data.frame and factors.
326
  behaviour when applied to data.frame and factors.
327
 
327
 
328
  \code{\link{Syntax}} for operator precedence, and the
328
  \code{\link{Syntax}} for operator precedence, and the
329
  \sQuote{R Language Definition} manual about indexing details.
329
  Section \manual{R-lang}{Indexing}.
330
 
-
 
331
 
330
 
332
  \code{\link{NULL}} for details of indexing null objects.
331
  \code{\link{NULL}} for details of indexing null objects.
333
}
332
}
334
%% Fixme: Link (to html in 'help.start()', pdf from 'ref manual',
-
 
335
%% 'info' from ESS), see \url{https://CRAN.R-project.org/manuals.html}.
-
 
336
 
333
 
337
\examples{
334
\examples{
338
x <- 1:12
335
x <- 1:12
339
m <- matrix(1:6, nrow = 2, dimnames = list(c("a", "b"), LETTERS[1:3]))
336
m <- matrix(1:6, nrow = 2, dimnames = list(c("a", "b"), LETTERS[1:3]))
340
li <- list(pi = pi, e = exp(1))
337
li <- list(pi = pi, e = exp(1))