Changes in version 0.3.2 (2023-02-04) o makeScene now includes an argument, split, to split a dataframe by the level of a specified variable. o plotScene now includes arguments sortBy and colorBy to allow users to control the stacking order and color of temporal plots by specified variables. o In all plotting functions, users can now set their own plot margins (oma and mar) outside of the function, using par. o We removed the argument to add a main title, main, to grant users more flexibility in formatting their plot titles. o synchrony has a new method option, called sync_prop, which calculates individual synchrony the proportion of a seasons reproductive opportunities that occur on days that an individual reproduced. o Population values of sync_prop calculate the mean individual synchrony. o A new function simplify.potential.list simplifies the list output of the synchrony, proximity, and compatibility functions to a dataframe. o We updated the vignette investigateMatingScene to reflect new features and included a new dataset, ech2012, which includes spatial and temporal data for two populations. o The plot limits shown by plotScene for multi-year scenes are now accurate in all years. o proximity no longer throws an error in calculating measures proximity for multi-year scenes.