Multiwave-class {optimall} | R Documentation |
Multiwave 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
metadata
A list of elements that describe the entire survey. The list is empty upon initialization of the multiwave object, but the user may add anything to it as they see fit. It may include a "title".
phases
A list of objects of class
Phase
(see other class documentation).
[Package optimall version 1.1.1 Index]