The R Project SVN R

Rev

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

Rev 72539 Rev 74363
Line 43... Line 43...
43
  Some topics need to be quoted (by \link{backtick}s) or given as a
43
  Some topics need to be quoted (by \link{backtick}s) or given as a
44
  character string.  There include those which cannot syntactically
44
  character string.  There include those which cannot syntactically
45
  appear on their own such as unary and binary operators,
45
  appear on their own such as unary and binary operators,
46
  \code{function} and control-flow \link{reserved} words (including
46
  \code{function} and control-flow \link{reserved} words (including
47
  \code{if}, \code{else} \code{for}, \code{in}, \code{repeat},
47
  \code{if}, \code{else} \code{for}, \code{in}, \code{repeat},
48
  \code{while}, \code{break} and \code{next}.  The other \code{reserved}
48
  \code{while}, \code{break} and \code{next}).  The other \code{reserved}
49
  words can be used as if they were names, for example \code{TRUE},
49
  words can be used as if they were names, for example \code{TRUE},
50
  \code{NA} and \code{Inf}.
50
  \code{NA} and \code{Inf}.
51
}
51
}
52
 
52
 
53
\section{S4 Method Documentation}{
53
\section{S4 Method Documentation}{