A function returning a merged dataframe from a list of population dataframes with id.
merge_pop_withid(pop_df_list, chars_tracked = NULL)
A dataframe composed of all individuals with their characteristics at each simulation time.
A list of population dataframe where the first three columns of each dataframe are id, birth and death.
A vector of characteristics to be tracked over time.