Learn R Programming

simFrame (version 0.2)

ContControl-class: Class "ContControl"

Description

Virtual class for controlling contamination in a simulation experiment (used internally).

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

Extends

Class "VirtualContControl", directly. Class "OptContControl", by class "VirtualContControl", distance 2.

UML class diagram

A slightly simplified UML class diagram of the framework can be found in Figure 1 of the package vignette An Object-Oriented Framework for Statistical Simulation: The RPackage simFrame. Use vignette("simFrame-intro") to view this vignette.

See Also

"DCARContControl", "DARContControl", "VirtualContControl", contaminate

Examples

Run this code
showClass("ContControl")

Run the code above in your browser using DataLab