Returns the MizerParams object underlying the simulation with its initial
abundances set to the abundances at the last saved time step of the
simulation. This is a convenience wrapper around getParams() with no
time_range argument (the default).
Examples
sim <- project(NS_params, t_max = 20, effort = 0.5)
params_end <- finalParams(sim)
