agricolae (version 1.2-8)

melon: Data of yield of melon in a Latin square experiment

Description

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.

Usage

data(melon)

Arguments

Format

A data frame with 16 observations on the following 4 variables.

row

a numeric vector

col

a numeric vector

variety

a factor with levels V1 V2 V3 V4

yield

a numeric vector

Details

Varieties: Hibrido Mission (V1); Hibrido Mark (V2); Hibrido Topfligth (V3); Hibrido Hales Best Jumbo (V4).

References

Universidad Nacional Agraria la molina.

Examples

Run this code
# NOT RUN {
library(agricolae)
data(melon)
str(melon)
# }

Run the code above in your browser using DataLab