An irrigation system evaluation by exudation using four varieties of melon, under modality of sowing, SIMPLE ROW. The goal is to analyze the behavior of three hybrid melon varieties and one standard.
Varieties: Hibrido Mission (V1); Hibrido Mark (V2); Hibrido Topfligth (V3); Hibrido Hales Best Jumbo (V4).
data(melon)
A data.frame
with 16 observations on the following 4 variables.
@details
row row
col col
variety a factor with levels V1, V2, V3, andV4
yield yield
Thesis. "Evaluacion del sistema de riego por exudacion utilizando cuatro variedades de melon, bajo modalidad de siembra, SIMPLE HILERA". Alberto Angeles L. Universidad Agraria la Molina - Lima Peru.
Universidad Nacional Agraria la molina.
#> 'data.frame': 16 obs. of 4 variables: #> $ row : int 1 1 1 1 2 2 2 2 3 3 ... #> $ col : int 1 2 3 4 1 2 3 4 1 2 ... #> $ variety: Factor w/ 4 levels "V1","V2","V3",..: 1 4 2 3 2 3 4 1 3 2 ... #> $ yield : int 45 29 37 38 50 53 41 40 43 41 ...