mt_plot_per_trajectory creates a PDF file with separate plots per
trajectory. This PDF can be used for inspecting individual trajectories. Note
that plotting all trajectories can be time-consuming, especially for raw
trajectories. If the appropriate x and y arguments are
inserted, this function can also be used for plotting velocity and
acceleration profiles.mt_plot_per_trajectory(data, file, use = "trajectories", x = "xpos",
y = "ypos", show_progress = TRUE, ...)data[[use]]. Usually, this value corresponds to either
"trajectories", "tn_trajectories" or "av_trajectories", mt_plot_per_trajectory creates a pdf using pdf. Next, it plots
all trajectories individually using mt_plot. Every plot is labeled
using the mt_id variable.mt_plot_per_trajectory(mt_example,
file="trajectories.pdf",
use="trajectories")Run the code above in your browser using DataLab