powered by
Function to all the indices related to biomass/ yield under different growth conditions
all_indices(Yp, Ys, Mp, Ms)
Indices Combined
Yield under control condition
Yield under stress condition
Mean yield of all the genotypes under control condition
Mean yiels of all the genotyps under Stress condition
Mp <- mean(yield_data$Yp) Ms <- mean(yield_data$Ys) Yp <- yield_data$Yp Ys <- yield_data$Ys all_indices(Yp, Ys, Mp, Ms)
Run the code above in your browser using DataLab