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 environment env.
set:
Object of class "function" for setting object in environment env.
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-16 Index]