ModelRef-class {simulator} | R Documentation |
An S4 class representing a reference to an object of class Model.
Description
This identifies the necessary information to locate a saved object
of class Model
.
Slots
dir
directory where the directory "files" is that contains the referenced
Model
objectname
a short name identifier.
label
a longer, human readable label that can have other characters
simulator.files
simulator functions will use
getOption("simulator.files")
if simulator.files not provided.
[Package simulator version 0.2.5 Index]