economic_analysis(yield = 1200, price = 65, cost_fixed = 15000, cost_variable = 12000)
# With byproduct
economic_analysis(yield = 1200, price = 65, cost_fixed = 15000,
cost_variable = 12000, byproduct_yield = 1800, byproduct_price = 5)
Run the code above in your browser using DataLab