dti: Estimation of Drought Tolerance Indices"

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.

Example: Estimating drought tolerance indices

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


Try the gpbStat package in your browser

Any scripts or data that you put into this service are public.

gpbStat documentation built on Nov. 2, 2023, 5:52 p.m.