PlotData.Rd
Create a PlotData object that contains phenotype observations for a single plot in a phenotyping trial. The Plot Name and Observations are required.
PlotData(plot_name = NULL, observations = list(), notes = NA_character_)
PlotData
The Observations take the form of a named list where the list item name / key is the full trait name, including the trait ID (ex: "Blade length cm|CO_360:0000240") and the list item value is the observed trait value (in the correct units).
Other Trial:
Plot
,
Plot-class
,
PlotData-class
,
Trial
,
Trial-class
,
buildPlotDataTemplate()
,
buildPlotTemplate()
,
buildTrialTemplate()
,
createPlots()
,
getTrialDesignTypes()
,
getTrialTypes()
,
printPlots()
,
setTrialPlots()
,
writePlotDataTemplate()
,
writePlotTemplate()
,
writeTrialTemplate()