simplify_trajectory {dynwrap}R Documentation

Simplify a trajectory by removing transient milestones

Description

Usage

simplify_trajectory(trajectory, allow_self_loops = FALSE)

Arguments

trajectory

The trajectory as created by infer_trajectory() or add_trajectory()

allow_self_loops

Whether or not to allow self loops.

Details

The positions of the cells within the trajectory remain the same.

Value

A trajectory object


[Package dynwrap version 1.2.4 Index]