Learn R Programming

rYWAASB (version 0.2)

maize: Dataset1: a tibble containing GEN, Trait, WAASB and WAASBY indexes.

Description

Dataset1: a tibble containing GEN, Trait, WAASB and WAASBY indexes.

Usage

data(maize)

Arguments

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:

GENYWAASBWAASBY
Dracma262.220.8181.6
DKC6630284.042.2088.5
NS770243.480.3371.4

Examples

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

Run the code above in your browser using DataLab