Plot strip onedim
plot_linearised_comparison(traj1, traj2, reorder = TRUE, margin = 0.05, reorder_second_by = c("mapping", "optimisation"))
| traj1 | The first trajectory |
|---|---|
| traj2 | The second trajectory |
| reorder | Whether to reorder the trajectory |
| margin | The margin to add |
| reorder_second_by | How to reorder the second trajectory, either by mapping the milestones from both trajectories (`mapping`), or by trying to correlate the orderings between the two trajectories (`optimisation`) |