Skip to content

mousetrap 3.1.1

Compare
Choose a tag to compare
@PascalKieslich PascalKieslich released this 08 Jul 12:18
· 125 commits to master since this release

Announcements

  • 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).
  • If you have any questions when using mousetrap, you can now ask them in the mousetrap forum at http://forum.cogsci.nl/index.php?p=/categories/mousetrap

Changes in specific functions

  • 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)