# total cost of raising 1000 fish for 100 days at given parameters
total_daily_cost(time = 100, recruits = 100,
daily_cost = 0.05,
time_slope = 0.01, time_exp = 1.2,
rec_slope = 0.05, rec_exp = 1)
Run the code above in your browser using DataLab