data-exampleCV: Example data for CV functionalities used in thesis

Description Usage Details Author(s) Examples

Description

Example data for CV functionalities used in thesis

Usage

1
exampleCV

Details

The example data frame contains 100 entries grown at 5 locations such that 20 entries are grown per location. The trait was obtained using the rnorm function. The data frame holds information for the 100 entries, and 5 features represented in the columns and detailed below:

GERMPLASM:

The 5 x 20 entry names.

LOCATION:

Numeric describing which of the 5 locations the entry is coming fromm.

trait:

A value for the trait obtained by rnorm(100, 0, 1).

RANGE:

The coordinates for the ranges linked to the locations.

ROW:

The coordinates for the rows linked to the locations.

Author(s)

Ruud Derijcker

Examples

1
2
data(exampleCV)
head(exampleCV)

digiYozhik/msc_thesis documentation built on May 14, 2019, 5:16 p.m.