ModelEnvFormula-class {modeltools} | R Documentation |
Class "ModelEnvFormula"
Description
A class for formula-based model environments.
Objects from the Class
Objects can be created by calls of the form new("ModelEnvFormula", ...)
.
Slots
env
:Object of class
"environment"
.get
:Object of class
"function"
for extracting objects from environmentenv
.set
:Object of class
"function"
for setting object in environmentenv
.formula
:Object of class
"list"
.hooks
:A list of hook collections.
Extends
Class "ModelEnv"
, directly.
Class "FormulaParts"
, directly.
Methods
No methods defined with class "ModelEnvFormula" in the signature.
[Package modeltools version 0.2-23 Index]