Learn R Programming

plantphysioR (version 1.0.0)

all_indices: All indices combined

Description

Function to all the indices related to biomass/ yield under different growth conditions

Usage

all_indices(Yp, Ys, Mp, Ms)

Value

Indices Combined

Arguments

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

Examples

Run this code
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