Description Usage Arguments Details Value See Also Examples
Parallell list apply
1 |
X1 |
a vector (atomic or list). Other objects (including classed objects) will be coerced by |
X2 |
See |
FUN |
the function to be applied to each pair of |
... |
optional arguments to |
FUN is found by a call to match.fun and typically is specified as a function or a symbol (e.g. a backquoted name) or a character string specifyign a function to be searched for from the environment of the call to plapply.
Function FUN must be able to accept as input any of the element pairs of X1 and X2. If any of these are atomic vectors, FUN will always be passed a length-one vector of the same type as X1, X2 respectively.
Users of S4 classes should pass a list to plapply: the internal coercion is done by the system as.list in the base namespace and not one defined by a user (e.g. by setting S4 methods on the system function).
A list.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.