Given a function that can calculate a vector of quantities of interest at a
single time for all species, this function returns an array (time x species)
with the values at all the time steps saved in a simulation.
Usage
getTimeseries(sim, func =getRDI, ...)
Arguments
sim
A MizerSim object
func
The function calculating the quantities at a single time step