| Phase-class {optimall} | R Documentation |
Phase Class for Multi-Wave Sampling Organization
Description
optimall defines three S4 classes for organizing the
multi-wave sampling workflow: Wave, Phase,
and Multiwave.
An object of class Multiwave holds metadata and a list of objects of
class Phase, which in turn holds metadata and a list of
objects of class
Wave. These three object classes are used together to organize the
workflow of multi-wave sampling designs.
Slots
metadataA list containing the phase metadata
wavesA list of objects of class
Wave, each element representing one wave of the phase
[Package optimall version 1.1.1 Index]