The R Project SVN R

Rev

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

Rev 82689 Rev 85065
Line 12... Line 12...
12
}
12
}
13
\alias{as.function}
13
\alias{as.function}
14
\alias{as.function.default}
14
\alias{as.function.default}
15
\arguments{
15
\arguments{
16
  \item{x}{object to convert, a list for the default method.}
16
  \item{x}{object to convert, a list for the default method.}
17
  \item{\dots}{additional arguments, depending on object}
17
  \item{\dots}{additional arguments to be passed to or from methods.}
18
 
-
 
19
  \item{envir}{environment in which the function should be defined}
18
  \item{envir}{environment in which the function should be defined.}
20
}
19
}
21
\description{
20
\description{
22
  \code{as.function} is a generic function which is used to convert
21
  \code{as.function} is a generic function which is used to convert
23
  objects to functions.
22
  objects to functions.
24
 
23