coco.enter.all {CoCoCore} | R Documentation |
Internal CoCoCore functions: Call Coco with all arguments.
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)
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 . |
These functions are not to be called by the user.
coco.enter.all
is called in
.return.complex
,
optionsCoCo
,
returnVertexOrder
.
coco.replace.all
is called in
optionsCoCo
,
returnSets
,
returnTable
.
Jens Henrik Badsberg
Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.