# how many fish to stock on day 100 if you want 10000 fish on day 1000
n_to_stock(10000, 100, 1000,
mort_fun = exp_mort,
mort_fun_args = list(m_init = (1 / 365),
m_inf = (0.2/365),
alpha = 0.005))
Run the code above in your browser using DataLab