You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Book chapters on the mousetrap software packages have been accepted for publication. See version 3.1.3 above for updated references (as the book chapters meanwhile have been published).
mt_map: now allows for mapping trajectories onto prototypes separately for different groups of trajectories (the prototypes will be rescaled separately to match the coordinate system of each group).
mt_heatmap_ggplot: now allows for faceting using the facet_row and facet_col arguments.
mt_diffmap: the condition can now simply be specified by providing the corresponding variable name (and the condition values can now be any type, provided that they only contain two levels).
mt_plot and mt_plot_aggregate: transparency and line width can now be varied via the alpha and size arguments.
mt_plot_riverbed: introduced grid_colors argument for setting the grid colors (use grid_colors = NA to omit grid lines).
mt_reshape: internal changes reflecting changes in dplyr::summarize_at.
mt_align_start and mt_align_start_end: if start is computed internally, it is now ensured that it is a named vector.
mt_plot_add_rect: it is now ensured that this function does not influence the legend (previously, this could happen if the linetype argument was used in mt_plot)