The R Project SVN R

Rev

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

Rev 61433 Rev 62172
Line 12... Line 12...
12
  \code{mapply} applies \code{FUN} to the first elements of each \dots
12
  \code{mapply} applies \code{FUN} to the first elements of each \dots
13
  argument, the second elements, the third elements, and so on.
13
  argument, the second elements, the third elements, and so on.
14
  Arguments are recycled if necessary.
14
  Arguments are recycled if necessary.
15
}
15
}
16
\usage{
16
\usage{
17
mapply(FUN, \dots, MoreArgs = NULL, SIMPLIFY = TRUE, USE.NAMES = TRUE)
17
mapply(FUN, \dots, MoreArgs = NULL, SIMPLIFY = TRUE,
-
 
18
       USE.NAMES = TRUE)
18
}
19
}
19
\arguments{
20
\arguments{
20
  \item{FUN}{function to apply, found via \code{\link{match.fun}}.}
21
  \item{FUN}{function to apply, found via \code{\link{match.fun}}.}
21
  \item{\dots}{arguments to vectorize over (vectors or lists of strictly
22
  \item{\dots}{arguments to vectorize over (vectors or lists of strictly
22
    positive length, or all of zero length).  See also \sQuote{Details}.}
23
    positive length, or all of zero length).  See also \sQuote{Details}.}