recover.coco.model {CoCoObjects} | R Documentation |
Recover a CoCo model object.
recover.coco.model(coco.model.object, key = .return.key(coco.model.object), model = .return.model.of.object(coco.model.object), level = 90000, pos = .GlobalEnv, new.id = NULL, new.no = NULL)
coco.model.object |
Object of class
CoCoModelClass-class . |
key |
The key of the object. |
model |
The model of the object. |
level |
Numeric for depth of call. |
pos |
.GlobalEnv . |
new.id |
Numeric, the new ideintification of the CoCo object. |
new.no |
Numeric, the new model number. |
Jens Henrik Badsberg