Remove file_sub_traj entries that do not span the full region of interest
clean_by_span(
obj_name,
axis = "position_length",
min_value = NULL,
max_value = NULL,
tolerance = 0.1
)
A viewr object (tibble or data.frame with attribute
pathviewr_steps
. Trajectories that do not span the full region of
interest have been removed; trajectory identities (file_sub_traj) have
not been changed.
The input viewr object; a tibble or data.frame with attribute
pathviewr_steps
that includes "viewr"
Along which axis should restrictions be enforced?
Minimum coordinate value; setting this to NULL will auto-compute the best value
Maximum coordinate; setting this to NULL will auto-compute the best value
As a proporiton of axis value
Vikram B. Baliga
Other utility functions:
insert_treatments()
,
remove_duplicate_frames()
,
remove_vel_anomalies()
,
set_traj_frametime()