makeModel {CoCoObjects} | R Documentation |
Make a CoCo model object.
makeModel(model = FALSE, title = "", push.pop = FALSE, data = NULL, object = .object.of.model(model, data = data, ...), ...)
model |
See returnModel . |
title |
A charater string with the title of the object. |
push.pop |
Logical, if push.pop is TRUE, the model argument
is numeric and the object argument is a CoCoCg object
then model pointers are restored by less calls of CoCoCg.
See also returnModelNumber
and makeCurrent . |
data |
See exportCoCo . |
object |
See exportCoCo . |
... |
Additional arguments to generate the CoCo object
from the data argument. See propertyModel . |
Object of class CoCoModelClass-class
.
Jens Henrik Badsberg
Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.