The R Project SVN R

Rev

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

Rev 74421 Rev 85797
Line 52... Line 52...
52
    \CRANpkg{snow}.  If \code{NULL}, use the registered default cluster.}
52
    \CRANpkg{snow}.  If \code{NULL}, use the registered default cluster.}
53
  \item{fun, FUN}{function or character string naming a function.}
53
  \item{fun, FUN}{function or character string naming a function.}
54
  \item{expr}{expression to evaluate.}
54
  \item{expr}{expression to evaluate.}
55
  \item{seq}{vector to split.}
55
  \item{seq}{vector to split.}
56
  \item{varlist}{character vector of names of objects to export.}
56
  \item{varlist}{character vector of names of objects to export.}
57
  \item{envir}{environment from which t export variables}
57
  \item{envir}{environment from which to export variables}
58
  \item{x}{a vector for \code{clusterApply} and \code{clusterApplyLB}, a
58
  \item{x}{a vector for \code{clusterApply} and \code{clusterApplyLB}, a
59
    matrix for \code{parRapply} and \code{parCapply}.}
59
    matrix for \code{parRapply} and \code{parCapply}.}
60
  \item{...}{additional arguments to pass to \code{fun} or \code{FUN}:
60
  \item{...}{additional arguments to pass to \code{fun} or \code{FUN}:
61
    beware of partial matching to earlier arguments.}
61
    beware of partial matching to earlier arguments.}
62
  \item{MoreArgs}{additional arguments for \code{fun}.}
62
  \item{MoreArgs}{additional arguments for \code{fun}.}