Usage
mt_align_start(data, use = "trajectories", save_as = "trajectories", dimensions = c("xpos", "ypos"), start = c(0, 0), verbose = FALSE, xpos_start = NULL, ypos_start = NULL, show_progress = NULL)
Arguments
data
a mousetrap data object created using one of the mt_import
functions (see mt_example for details). Alternatively, a trajectory
array can be provided directly (in this case use will be ignored). use
a character string specifying which trajectory data should be
used.
save_as
a character string specifying where the resulting trajectory
data should be stored.
dimensions
a character vector specifying the dimensions in the
trajectory array that should be space-normalized.
start
a numeric vector specifying the start values for each dimension,
i.e., the values the first recorded position should have in every trial.
verbose
logical indicating whether function should report its
progress.
xpos_start
Deprecated. Please use start instead.
ypos_start
Deprecated. Please use start instead.
show_progress
Deprecated. Please use verbose instead.