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.
|
A TreatmentFactor is a set of values for a Treatment applied to plots within a Study. More...
#include <treatment_factor.h>
Data Fields | |
Treatment * | tf_treatment_p |
The Treatment that is applied. More... | |
struct Study * | tf_study_p |
The Study that this TreatmentFactor is applied in. More... | |
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. More... | |
A TreatmentFactor is a set of values for a Treatment applied to plots within a Study.
struct Study* tf_study_p |
The Study that this TreatmentFactor is applied in.
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.