all_indices | R Documentation |
Function to all the indices related to biomass/ yield under different growth conditions
all_indices(Yp, Ys, Mp, Ms)
Yp |
Yield under control condition |
Ys |
Yield under stress condition |
Mp |
Mean yield of all the genotypes under control condition |
Ms |
Mean yiels of all the genotyps under Stress condition |
Indices Combined
Mp <- mean(yield_data$Yp)
Ms <- mean(yield_data$Ys)
Yp <- yield_data$Yp
Ys <- yield_data$Ys
all_indices(Yp, Ys, Mp, Ms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.