The R Project SVN R

Rev

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

Rev 24049 Rev 25360
Line 1... Line 1...
1
\name{as.function}
1
\name{as.function}
2
\title{Convert Object to Function}
2
\title{Convert Object to Function}
3
\usage{
3
\usage{
4
as.function(x, \dots)
4
as.function(x, \dots)
5
 
5
 
6
as.function.default(x, envir = parent.frame(), \dots)
6
\method{as.function}{default}(x, envir = parent.frame(), \dots)
7
}
7
}
8
\alias{as.function}
8
\alias{as.function}
9
\alias{as.function.default}
9
\alias{as.function.default}
10
\arguments{
10
\arguments{
11
  \item{x}{object to convert, a list for the default method.}
11
  \item{x}{object to convert, a list for the default method.}