NEWS | R Documentation |
makeScene
now includes an argument, split
, to split a dataframe by the level of a specified variable.
plotScene
now includes arguments sortBy
and colorBy
to allow users to control the stacking order and color of temporal plots by specified variables.
In all plotting functions, users can now set their own plot margins (oma
and mar
) outside of the function, using par
.
We removed the argument to add a main title, main, to grant users more flexibility in formatting their plot titles.
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.
Population values of sync_prop
calculate the mean individual synchrony.
A new function simplify.potential.list
simplifies the list output of the synchrony
, proximity
, and compatibility
functions to a dataframe.
We updated the vignette investigateMatingScene to reflect new features and included a new dataset, ech2012
, which includes spatial and temporal data for two populations.
The plot limits shown by plotScene
for multi-year scenes are now accurate in all years.
proximity
no longer throws an error in calculating measures proximity for multi-year scenes.