maize: Dataset1: a tibble containing GEN, Trait(here grain yield),...

maizeR Documentation

Dataset1: a tibble containing GEN, Trait(here grain yield), WAASB and WAASBY indexes.

Description

Dataset1: a tibble containing GEN, Trait(here grain yield), WAASB and WAASBY indexes.

Usage

data(maize)

Format

A data.frame with 20 observations (genotypes) within rows and columns including the trait (named as Y), WAASB and WAASBY indexes values.

GEN

a character vector saved as factor

Y

a numeric vector

WAASB

a numeric vector

WAASBY

a numeric vector

The input format of table of data(NA free), here maize data, should be as follows:

GEN Y WAASB WAASBY
Dracma 262.22 0.81 81.6
DKC6630 284.04 2.20 88.5
NS770 243.48 0.33 71.4
...

Examples


library(rYWAASB)
data(maize)
ranki(maize)
bar_plot1(maize)
bar_plot2(maize)
PCA_biplot(maize)


rYWAASB documentation built on June 10, 2025, 9:12 a.m.