Learn R Programming

rYWAASB (version 0.3)

dm: Dataset2: a tibble containing GEN, Trait (days to maturity), WAASB and WAASBY indexes.

Description

Dataset2: a tibble containing GEN, Trait (days to maturity), WAASB and WAASBY indexes.

Usage

data(dm)

Arguments

Format

A data.frame with 13 observations (chickpea genotypes) within rows and columns including the trait i.e. days to maturity (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

Examples

Run this code
# \donttest{
library(rYWAASB)
data(dm)
ranki(dm)
bar_plot1(dm)
bar_plot2(dm)
PCA_biplot(dm)
# }

Run the code above in your browser using DataLab