R/economicEfficiency.R

Defines functions eco_eff

Documented in eco_eff

#' @export
eco_eff <- function(Net_return, Total_duration_of_the_crop){
  eco_eff = Net_return/Total_duration_of_the_crop
  return(eco_eff)
}

Try the EconAndProdEfficiency package in your browser

Any scripts or data that you put into this service are public.

EconAndProdEfficiency documentation built on June 22, 2024, 9:28 a.m.