mt_space_normalize(data, use = "trajectories", save_as = "sn_trajectories", xpos_start = 0, xpos_end = NULL, ypos_start = 0, ypos_end = NULL, show_progress = TRUE)use will be ignored).NULL, trajectories are only adjusted so that
they have the same start position.NULL, trajectories are only adjusted so that
they have the same start position.sn_trajectories) containing the
space-normalized trajectories. If a trajectory array was provided directly
as data, only the space-normalized trajectories will be returned.
mt_example <- mt_space_normalize(mt_example,
save_as ="sn_trajectories",
xpos_start=0, xpos_end=-1,
ypos_start=0, ypos_end=1)
Run the code above in your browser using DataLab