Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
TreatmentFactor Struct Reference

A TreatmentFactor is a set of values for a Treatment applied to plots within a Study. More...

#include <treatment_factor.h>

Collaboration diagram for TreatmentFactor:
[legend]

Data Fields

Treatmenttf_treatment_p
 The Treatment that is applied. More...
 
struct Studytf_study_p
 The Study that this TreatmentFactor is applied in. More...
 
LinkedListtf_values_p
 A list of KeyValuePairNodes where the keys are the labels for the different levels of the applied Treatment and the values are the descriptions of what has been applied. More...
 

Detailed Description

A TreatmentFactor is a set of values for a Treatment applied to plots within a Study.

Field Documentation

◆ tf_treatment_p

Treatment* tf_treatment_p

The Treatment that is applied.

◆ tf_study_p

struct Study* tf_study_p

The Study that this TreatmentFactor is applied in.

◆ tf_values_p

LinkedList* tf_values_p

A list of KeyValuePairNodes where the keys are the labels for the different levels of the applied Treatment and the values are the descriptions of what has been applied.

This could be a numeric range or a textual description.


The documentation for this struct was generated from the following file: