Plotting the topology of a trajectory
plot_topology(traj, color_milestones = c("auto", "given", "cubeHelix", "Set3", "rainbow"), milestones = NULL, layout = NULL)
| traj | The trajectory |
|---|---|
| color_milestones | How to color the cells |
| milestones | Tibble containing the `milestone_id` and a `color` for each milestone |
| layout | The type of layout to create. |