Six environments: Ayacucho, La Molina 02, San Ramon 02, Huancayo, La Molina 03, San Ramon 03.

data(plrv)

Format

A data.frame with 504 observations on the following 6 variables.

@details

  • Genotype a factor with levels 102.18, 104.22, 121.31, 141.28, 157.26, 163.9, 221.19, 233.11, 235.6, 241.2, 255.7, 314.12, 317.6, 319.20, 320.16, 342.15, 346.2, 351.26, 364.21, 402.7, 405.2, 406.12, 427.7, 450.3, 506.2, Canchan, Desiree, and Unica

  • Locality a factor with levels Ayac, Hyo-02, LM-02, LM-03, SR-02, and SR-03

  • Rep Rep

  • WeightPlant WeightPlant

  • WeightPlot WeightPlot

  • Yield Yield

Source

International Potato Center Lima-Peru

References

International Potato Center Lima-Peru

Examples

library(agricolae) data(plrv) str(plrv)
#> 'data.frame': 504 obs. of 6 variables: #> $ Genotype : Factor w/ 28 levels "102.18","104.22",..: 1 2 3 4 5 6 7 8 9 10 ... #> $ Locality : Factor w/ 6 levels "Ayac","Hyo-02",..: 1 1 1 1 1 1 1 1 1 1 ... #> $ Rep : int 1 1 1 1 1 1 1 1 1 1 ... #> $ WeightPlant: num 0.51 0.345 0.542 0.989 0.625 ... #> $ WeightPlot : num 5.1 2.76 4.34 8.9 5 2.56 2.48 10.1 8.25 4.88 ... #> $ Yield : num 18.9 12.8 20.1 36.6 23.1 ...