NEWS | R Documentation |
News for Package mateable
Changes in version 0.3.2 (2022-01-13)
-
makeScene
now includes an argument,split
, to split a dataframe by the level of a specified variable. -
plotScene
now includes argumentssortBy
andcolorBy
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
andmar
) outside of the function, usingpar
.We removed the argument to add a main title, main, to grant users more flexibility in formatting their plot titles.
-
synchrony
has a newmethod
option, calledsync_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 thesynchrony
,proximity
, andcompatibility
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.