The R Project SVN R

Rev

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

Rev 24049 Rev 24700
Line 6... Line 6...
6
  \code{mapply} applies \code{FUN} to the first elements of each \dots
6
  \code{mapply} applies \code{FUN} to the first elements of each \dots
7
  argument, the second elements, the third elements, and so on.
7
  argument, the second elements, the third elements, and so on.
8
  Arguments are recycled if necessary. 
8
  Arguments are recycled if necessary. 
9
}
9
}
10
\usage{
10
\usage{
11
mapply(FUN, ..., MoreArgs = NULL, SIMPLIFY = TRUE, USE.NAMES = TRUE)
11
mapply(FUN, \dots, MoreArgs = NULL, SIMPLIFY = TRUE, USE.NAMES = TRUE)
12
}
12
}
13
\arguments{
13
\arguments{
14
  \item{FUN}{Function to apply }
14
  \item{FUN}{Function to apply }
15
  \item{\dots}{Arguments to vectorise over (list or vector) }
15
  \item{\dots}{Arguments to vectorise over (list or vector) }
16
  \item{MoreArgs}{A list of other arguments to \code{FUN} }
16
  \item{MoreArgs}{A list of other arguments to \code{FUN} }