makeModel {CoCoObjects}R Documentation

Make a CoCo model object

Description

Make a CoCo model object

Usage

makeModel(model = FALSE, title = "", push.pop = FALSE, data = NULL, 
          object = .object.of.model(model, data = data, ...), ...)

Arguments

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.

Value

Object of class CoCoModelClass-class.

Author(s)

Jens Henrik Badsberg

References

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

See Also

makeCoCo.


[Package CoCoObjects version 0.1.6.5 Index]