productionEfficiency | R Documentation |
Production efficiency refers to the ability of a production system to convert inputs (such as labor, materials, and capital) into outputs (goods or services) in the most efficient manner without wasting resources.
prod_eff(Grain_yield, Total_duration_of_the_crop)
Grain_yield |
Grain yield (kg/ha) |
Total_duration_of_the_crop |
Total duration of the crop (in days) |
Production efficiency (kg/ha/day)
Kumar, M., Rajkhowa, D.J., Meena, K.L., Rakesh, K., Zeliang, P.K., Kikon, E.L., Rangnamei, K.L., Namei, A., 2017. Effect of nutrient management in lowland rice for improving productivity, profitability and energetics under the mid hill of Nagaland. J. AgriSearch 4, 247–250.\ Dutta, S. K., Layek, J., Yadav, A., Das, S. K., Rymbai, H., Mandal, S. & Mishra, V. K. (2023). Improvement of rooting and growth in kiwifruit (Actinidia deliciosa) cuttings with organic biostimulants. Heliyon, 9(7).
Grain_yield <- 8.67
Total_duration_of_the_crop <- 270
prod_eff(Grain_yield, Total_duration_of_the_crop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.