knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Estimation of indices which represent the drought tolerance capacity of genotypes.
The function can handle both replicated and non-replicated data refer the examples.
library(gpbStat) data(datdti) result1 = dti(datdti, environment = ENV, genotype = GEN, datdti[,3:8], ns = 'NS-DWR', st = 'ST-DWR') result1 data(datrdti) result2 = dti(datrdti, environment = ENV, genotype = GEN, datrdti[,4:9], ns = 'NS-DWR', st = 'ST-DWR') result2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.