- input1Name
an object name, given as a character string, giving the name of the
first input on the slave processes.
- input2Name
an object name, given as a character string, giving the name of the
first input on the slave processes. This is optional so that one can
carry out a calculation on a single input.
- FUN
the function to be applied, see ‘details’. In the case of operators like +
, the function name
must be backquoted.
- outputName
an object name, given as a character string, giving the name to be
used for the result of the function call.
- input1Pos
where to look for the first input, given as a character string (unlike
get
). This can indicate an environment, a list, or a ReferenceClass object.
- input2Pos
where to look for the second input, given as a character string (unlike
get
). This can indicate an environment, a list, or a ReferenceClass object.
- outputPos
where to do the assignment of the output, given as a character string (unlike
assign
). This can indicate an environment or a ReferenceClass object.