a function for experiment description

printExperiment(datain)

Arguments

datain

a dataframe to describe containing a unique experiment

Value

a description

Details

the input dataframe must contain the following columns: experimentAlias, Genotype, scenario, coordinates and pot.

Examples

# \donttest{ printExperiment(datain=plant3)
#> Experiment: manip3 #> Genotypes: 10 #> [1] "A3_H" "A310_H" "11430_H" "A554_H" "A374_H" "A347_H" #> [7] "B100_H" "A375_H" "AS5707_H" "A347" #> Scenario: 2 #> [1] "WW" "WD" #> Repetition-scenario: 6 #> [1] "1-WW" "2-WW" "3-WW" "1-WD" "2-WD" "3-WD" #> Pots (number of plants): 60 #> Line: 25 #> Position: 42
# }