powered by
Calculates Harvest Index and related partitioning indices.
harvest_index(grain_yield, straw_yield, verbose = TRUE)
Data frame with harvest indices
Grain/economic yield
Straw/stover yield
Logical. If TRUE (default), prints formatted output to console.
Lalit Kumar Rolaniya, Ram Lal Jat, Monika Punia, Raja Ram Choudhary
harvest_index(grain_yield = c(1200, 1350, 1100), straw_yield = c(2400, 2500, 2300))
Run the code above in your browser using DataLab