| maize | R Documentation |
WAASB and WAASBY indexes.Dataset1: a tibble containing GEN, Trait(here grain yield), WAASB and WAASBY indexes.
data(maize)
A data.frame with 20 observations (genotypes)
within rows and columns including the trait (named as Y),
WAASB and WAASBY indexes values.
GENa character vector saved as factor
Ya numeric vector
WAASBa numeric vector
WAASBYa 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 |
| ... |
library(rYWAASB)
data(maize)
ranki(maize)
bar_plot1(maize)
bar_plot2(maize)
PCA_biplot(maize)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.