coco.enter.all {CoCoCore}R Documentation

Call CoCo with all arguemnts

Description

Internal CoCoCore functions: Call Coco with all arguments.

Usage

coco.enter.all(code, string, long, double, 
               sub.code = FALSE, object = .current.coco)

coco.replace.all(code, string = "", long = NULL, double = NULL, 
                 sub.code = FALSE, object = .current.coco)

Arguments

code Numeric, between 1 and 255.
sub.code Numeric.
string A charater string. The argument arg.char should be long enough for returned values.
long A vector of integers. The argument arg.long should be long enough for returned values.
double A vector of reals. The argument arg.double should be long enough for returned values.
object See endCoCo.

Details

These functions are not to be called by the user.

Note

coco.enter.all is called in .return.complex, optionsCoCo, returnVertexOrder.

coco.replace.all is called in optionsCoCo, returnSets, returnTable.

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

call.coco.


[Package CoCoCore version 0.1.6.8 Index]