Multiwave-class: Multiwave Class for Multi-Wave Sampling Organization

Multiwave-classR 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).


optimall documentation built on Sept. 8, 2023, 6:07 p.m.