The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 17... Line 17...
17
            showEmpty, printTo = stdout(), fdef)
17
            showEmpty, printTo = stdout(), fdef)
18
}
18
}
19
\arguments{
19
\arguments{
20
  \item{f}{one or more function names.  If omitted, all functions
20
  \item{f}{one or more function names.  If omitted, all functions
21
    will be shown that match the other arguments.
21
    will be shown that match the other arguments.
22
    
22
 
23
    The argument can also be an expression that evaluates to a single
23
    The argument can also be an expression that evaluates to a single
24
    generic function, in which
24
    generic function, in which
25
    case argument \code{fdef} is ignored.  Providing an expression for
25
    case argument \code{fdef} is ignored.  Providing an expression for
26
    the function allows examination of hidden or anonymous functions;
26
    the function allows examination of hidden or anonymous functions;
27
    see the example for \code{isDiagonal()}.}
27
    see the example for \code{isDiagonal()}.}