The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 16... Line 16...
16
 
16
 
17
isGrammarSymbol(symbol)
17
isGrammarSymbol(symbol)
18
 
18
 
19
}
19
}
20
\section{Summary of Functions}{
20
\section{Summary of Functions}{
21
  \describe{  
21
  \describe{
22
    \item{\code{languageEl}:}{ 
22
    \item{\code{languageEl}:}{
23
      extract an element of a language object, consistently for
23
      extract an element of a language object, consistently for
24
      different kinds of objects.
24
      different kinds of objects.
25
 
25
 
26
      The 1st., etc. elements of a function are the corresponding formal
26
      The 1st., etc. elements of a function are the corresponding formal
27
      arguments, with the default expression if any as value.
27
      arguments, with the default expression if any as value.
28
 
28
 
29
      The first element of a call is the name or the function object
29
      The first element of a call is the name or the function object
30
      being called.  
30
      being called.
31
 
31
 
32
      The 2nd, 3rd, etc. elements are the 1st, 2nd, etc. arguments
32
      The 2nd, 3rd, etc. elements are the 1st, 2nd, etc. arguments
33
      expressions.  Note that the form of the extracted name is
33
      expressions.  Note that the form of the extracted name is
34
      different for R and S-Plus.  When the name (the first element) of
34
      different for R and S-Plus.  When the name (the first element) of
35
      a call is replaced, the languageEl replacement function coerces a
35
      a call is replaced, the languageEl replacement function coerces a
Line 43... Line 43...
43
      the loop, the third is the body of the loop.
43
      the loop, the third is the body of the loop.
44
 
44
 
45
      The first element of a \code{while} object is the loop test, and
45
      The first element of a \code{while} object is the loop test, and
46
      the second the body of the loop.
46
      the second the body of the loop.
47
    }
47
    }
48
    
48
 
49
    \item{\code{isGrammarSymbol}:}{
49
    \item{\code{isGrammarSymbol}:}{
50
      Checks whether the symbol is part of the grammar.
50
      Checks whether the symbol is part of the grammar.
51
      Don't use this function directly.
51
      Don't use this function directly.
52
    }
52
    }
53
  }
53
  }