50 genotypes and 5 environments.

data(genxenv)

Format

A data.frame with 250 observations on the following 3 variables.

@details

  • ENV Environments

  • GEN Genotypes

  • YLD Yield

Source

International Potato Center. CIP - Lima Peru.

References

International Potato Center. CIP - Lima Peru.

Examples

library(agricolae) data(genxenv) str(genxenv)
#> 'data.frame': 250 obs. of 3 variables: #> $ ENV: int 1 1 1 1 1 1 1 1 1 1 ... #> $ GEN: int 1 2 3 4 5 6 7 8 9 10 ... #> $ YLD: num 17.6 27 23.6 24.5 14.1 ...